Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdb support #366

Open
ShoufaChen opened this issue May 10, 2023 · 1 comment
Open

pdb support #366

ShoufaChen opened this issue May 10, 2023 · 1 comment

Comments

@ShoufaChen
Copy link

Problem / Question

Hi, Thanks for your awesome.

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.

@Lucaweihs
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants