ioncodes / idacode

An integration for IDA and VS Code which connects both to easily execute and debug IDAPython scripts.
725 stars 77 forks source link

Unable to set breakpoint (BdbQuit exception) #20

Open bahlaivlad opened 4 years ago

bahlaivlad commented 4 years ago

I'm trying to set a breakpoint using pdb.set_trace(), but I'm facing with the following exception every time I try to execute my script:

File "C:\python27-x64\Lib\bdb.py", line 68, in dispatch_line
    if self.quitting: raise BdbQuit
BdbQuit

I'm using IDA 7.2 and Python 2.7.18. Can anyone kindly help me with this issue? Thanks in advance.