Hacker News new | ask | show | jobs
by JawadR 193 days 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
1 comments

Take a look at the 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.