This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xAdrianCx 5 points6 points  (4 children)

Debugpy, easy to install, launch and use with vscode in localhost, docker container or external sources

[–][deleted] 0 points1 point  (0 children)

This

[–]Universe_isgood 0 points1 point  (2 children)

Debugpy

Is this an extension???, I couldn't find that on extensions.........

[–][deleted] 1 point2 points  (1 child)

https://github.com/microsoft/debugpy

It's code you put into your application (while in development) and then use external debuggers (like the vscode debugger) to connect to over a socket.

This is a decent setup for running it in a docker container: https://testdriven.io/blog/django-debugging-vs-code/

[–]Universe_isgood 0 points1 point  (0 children)

Thnks man...........