You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use dap-mode with debugpy to debug a simple python multiprocessing script. While the debugger seems responsive to breakpoints and debug navigation in the main process, the child process can never be reached. I will provide a simple test script below to demonstrate.
Hi, I am trying to use dap-mode with debugpy to debug a simple python multiprocessing script. While the debugger seems responsive to breakpoints and debug navigation in the main process, the child process can never be reached. I will provide a simple test script below to demonstrate.
Lastly, I did try adding
:subProcess t
to my debugging configuration template, but this did not change the behaviour. See here for motivation.The text was updated successfully, but these errors were encountered: