remote debugging doesn't work with pytorch Permanently deleted user Created March 13, 2019 10:49 When I try to debug, there is a KeyboardInterrupt after the multithreaded PyTorch data enumerator ends enumerating the data... There are no breakpoints, caches cleared.
Hi,
Can you please create a minimal working example just enough to reproduce the issue and provide the code?
Please take a look at the following thread with similar issue: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003290559-KeyboardInterrupt-when-debugging-a-PyTorch-project?page=1#community_comment_360000414240
The solution which worked is:
disable Attach to subprocess automatically while debugging under File | Settings | Build, Execution, Deployment | Python Debugger
Please try it
"disable Attach to subprocess automatically while debugging"
This works!!
thanks a lot