Breakpoint problem with moved files
Hi,
I have problem with setting breakpoints. I moved my all project to new path and now if I set breakpoint, debugger says:
pydev debugger: warning: trying to add breakpoint to file that does not exist: c:\dokumenty\disk google\office\škola\kky-ite\semest 2\trying2.py (will have no effect)
Is there way how to fix this issue?
Thanks
McAndy
I have problem with setting breakpoints. I moved my all project to new path and now if I set breakpoint, debugger says:
pydev debugger: warning: trying to add breakpoint to file that does not exist: c:\dokumenty\disk google\office\škola\kky-ite\semest 2\trying2.py (will have no effect)
Is there way how to fix this issue?
Thanks
McAndy
1 comment
Sort by
Date
Votes
Problem is in your path. There can't be special characters like 'š'.
Please sign in to leave a comment.