You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python program stuck after cursor reaches end of program. Vim with vdebug plugin work correct.
I run program use command: python3 -S /usr/local/lib/Komodo-PythonRemoteDebugging-12.0.1-91869-linux-x86_64/pydbgp -d localhost:9000 main.py
However, if I use python debugger.close()(<F6>) or python debugger.detach()(<F7>) python program is finishing.
I want to python program finish after debugger cursor reach end of program.
What I have to do?
The text was updated successfully, but these errors were encountered:
Python program stuck after cursor reaches end of program. Vim with vdebug plugin work correct.
I run program use command:
python3 -S /usr/local/lib/Komodo-PythonRemoteDebugging-12.0.1-91869-linux-x86_64/pydbgp -d localhost:9000 main.py
However, if I use
python debugger.close()
(<F6>) orpython debugger.detach()
(<F7>) python program is finishing.I want to python program finish after debugger cursor reach end of program.
What I have to do?
The text was updated successfully, but these errors were encountered: