我正在用IntelliJ IDE学习Python编程课程,目前正在学习如何使用调试器。因此,我得到了以下代码行,在第4行代码中有一个断点:
name = input("Please enter your name: ")
age = int(input("How old are you {0}? ".format(name)))
if age < 18:
print("Please come back in {} years.".format(18 - age))
elif age == 900:
print("Sorry, Yoda, you die in the Return of the Jedi.")
else:
print("You are eligible to vote.")
print("Please put an X in the box.")
单击F8后,我收到以下消息:
“进程结束,退出代码为-1073741510(0xC 000013 A:被Ctrl+C中断)”
但我的导师也收到了这样的信息:
“进程已完成,退出代码为-1”
为什么会发生这种情况,我的信息意味着什么?
1条答案
按热度按时间voj3qocg1#
要在一行代码上设置断点,请单击装订线区域或使用快捷键Ctrl+F8(Win/Linux)或F8(macOS)。
也许快捷方式需要一个命令或控制按钮以及.它可以得到技巧有时在windows和mac.也如果你使用一个不同的布局外部键盘