This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179267 - python debugger doesn't work when debugging a project with spaces in path
Summary: python debugger doesn't work when debugging a project with spaces in path
Status: RESOLVED DUPLICATE of bug 176637
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: jymen
URL:
Keywords: SPACE_IN_PATH
: 196842 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-06 13:40 UTC by djlawler
Modified: 2015-11-08 03:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description djlawler 2010-01-06 13:40:17 UTC
True with cpython and jython...if I set a breakpoint at the first line of my project I get this error:

ValueError: invalid literal for int() with base 10: 'Settings\\LD003\\My'

You can see that the issue is that the project is located under my 'My Documents' folder and the path has a space in it.  Moving the project to a path with no spaces in it resolves the problem.

Thanks,

David
Comment 1 Lou Dasaro 2015-11-08 02:59:35 UTC
*** Bug 196842 has been marked as a duplicate of this bug. ***
Comment 2 Lou Dasaro 2015-11-08 03:14:10 UTC

*** This bug has been marked as a duplicate of bug 176637 ***