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.