News

The Python debugger should correctly quote paths that contain spaces in the Python interpreter path and the program to be debugged, ensuring commands are properly executed when arguments are taken ...
VSCode already supports debugging with arguments via launch.sjon, however this is geared towards spending a lot of time debugging one particular configuration. This is very inflexible for script or ...