Python Forum
is there a debug mode available while creating python egg - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: is there a debug mode available while creating python egg (/thread-14826.html)



is there a debug mode available while creating python egg - BhushanPathak - Dec-19-2018

I have written a python module & building egg file for it. Is there a debug mode available while building, similar to what is available while compiling C code?

Thanks
Bhushan Pathak


RE: is there a debug mode available while creating python egg - Larz60+ - Dec-19-2018

If you are talking about interactive debugging while writing python script, I would suggest using
VSCode, which was a good debugger and a lot of other goodies.
See: VS Code from Start