Missing file to make the debugger works
Answered
Hi,
Anytime I run the debugger, I have this error :
It seems to come from the matplotlib debugger. I also don't have the file __init__.cp36-win_amd64.pyd
Thus, the debugger doesn't work but I don't have problem on other functionality.
I have the same problem when I try to run the debugger on a remote env in a linux server.
Do you know what's happening ?
Please sign in to leave a comment.
Hi Amaury,
Maybe I miss something, but the debugger is successfully started and is probably stopped at breakpoint or exception.
What exactly doesn't work in the debugger?
Would it be possible to share the code or its relevant part for reproducing?
Hi,
Thanks for your help. I actually managed today to solve this. The problem came from the fact that I choose the option : Run>> View breakpoints>>Python Exception Breakpoint>>Any Breakpoint >> Activation policy >> On raise.
I forgot that I did this, sorry.