cannot start debugger ubuntu 1804
HI,
I am using a fresh copy of ubuntu 18.04 with python3 installed by default.
I have installed Wingpro for evaluation and I am following the tutorial.
When I try to start/continue the debugger like instructed in the tutorial, it fails with either of these messages:
Debugger: Debug process running; pid=23131; Not listening [39 modules loaded]
Debugger: Debug process exited; pid=23131; Not listening
Debugger: Connected to debug process; pid=23133; Not listening
Debugger: Debug process running; pid=23133; Not listening [0 modules loaded]
Debugger: Debug process exited; pid=23133; Not listening
Comments
What are you trying to debug? These messages indicate that the debug process started, connected to the IDE, and ran to completion.
Thank you. I did not realize this code was needed for the following of the tutorial, my mistake !