Replies: 2 comments 4 replies
|
Transferring to Q&A, since this is a question and not a bug. |
0 replies
|
If you want to debug the file, you'd attach to the main process. Exec doesn't create a separate process, so you'd debug the original process instead. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
We have a requirement where we build a Python exe using PyInstaller. In the exe we use exec command to run an external file. We want to debug this file. Please let me know how this can be achieved using debugpy
Thanks
Partha
All reactions