First time here? Check out the FAQ!

Revision history  [back]

Yes, with that command line manage.py has no idea where the code is coming from and thus the code object it creates does not have the co_filename attribute set correctly. When that is the case, we cannot know that this code has anything to do with the breakpoints you set in path-to-script-file.py. When an exception occurs, Wing still knows that and stops but won't be able to show the code.