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
I have a question about the pdb. When I use pdb for debugging, I always met:
File "/home/chenshoufa/anaconda3/envs/allenact/lib/python3.8/bdb.py", line 88, in trace_dispatch
return self.dispatch_line(frame)
File "/home/chenshoufa/anaconda3/envs/allenact/lib/python3.8/bdb.py", line 113, in dispatch_line
if self.quitting: raise BdbQuit
bdb.BdbQuit
Could you help me with this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @ShoufaChen, this is likely due to python issues with pdb when working with subprocesses. Can you the solution from this StackOverflow post and see if it works for you?
Problem / Question
Hi, Thanks for your awesome.
I have a question about the
pdb
. When I usepdb
for debugging, I always met:Could you help me with this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: