Python Forum

Full Version: is there a debug mode available while creating python egg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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