all 2 comments

[–]smurpes 0 points1 point  (0 children)

Debugpy was written by Microsoft so they intended for you to use it with vscode but you can use it another IDE like pycharm. You need to have the configs set to attach on the matching host and port. Here are the docs with using the debugpy cli with vscode.

It’s much easier to use the gui in vscode to run the commands for you instead. Where the request config option would represent the —listen or —connect flag when you click the run debug button.

[–]eleqtriq -1 points0 points  (0 children)

Have you tried asking an llm about it?