BrisPy / talks

Brisbane Python User Group
15 stars 1 forks source link

debugging with pdb #45

Open ErinKenna opened 5 years ago

ErinKenna commented 5 years ago

I've always used IDE's so I'd be interested in knowing more about pdb. Recently I've started jumping around between servers and Docker containers more and more and setting up an IDE to talk to remote servers is sometimes more trouble than its worth or impossible. I'd be especially interested in using pdb with Docker if someone can speak to this.