Python debugger should start one process. Then the lldb debugger should be able to attach to this one process. Should be able to thus debug and step through breakpoints in both the Python code and the ...
System is Win32, with a 3 week old cygwin and Activestate python install. I use rxvt as a terminal and tcsh as a shell.<BR><BR>When I enter "python -m pdb snake.py" it just sits there. To run the ...
Launching the python debugger (from a launch config or the button in the editor) when using "python.terminal.activateEnvironment": true and a Pixi environment does not work. The debugger server is ...