how to go to the line my program has crashed at?
When I run a program and it ends with an exception it looks e.g.:
C:\Python27\python.exe C:/Users/majkl/PycharmProjects/tests/testy.py
Traceback (most recent call last):
File "C:/Users/majkl/PycharmProjects/tests/testy.py", line 2, in <module>
print (1/0)
ZeroDivisionError: integer division or modulo by zero
Process finished with exit code 1
How can I go (position caret at) to line 2 without typing 2 using keyboard only? If it was a syntactic error I could use F2 key. But this was a runtime error
Trying PyCharm 5.0.3
Please sign in to leave a comment.
Hmm not really helpful support.
ctrl alt up/down is the answer