8 ms·
This is something I am also going to add for sure. I'm looking for a nice open-source python debugger I can easily integrate
by JawadR 10mo ago
This is something I am also going to add for sure. I'm looking for a nice open-source python debugger I can easily integrate
- digdugdirk 10mo agoTake a look at the debug adapter protocol (https://github.com/Microsoft/debug-adapter-protocol https://github.com/Microsoft/debug-adapter-protocol), if you could just add the plug and play ability, then someone else might be able to get the debugger itself working.