Run configuration succeeds but Debug fails

已回答

Hi,

I have a weird issue where my configuration run fine via the 'Run' options, but fails in the debug mode. Specifically, it fails to find a library in the debug mode. I am running on a Debian machine.

Any pointers on how to get rid of this issue? 

0

Hi, try to disable

  • Add content roots to PYTHONPATH
  • Add source roots to PYTHONPATH

options in the run configuration. Has it helped? Could you provide a stacktrace?

0

请先登录再写评论。