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 176637

Summary: Debugger stops when breakpoints are set and path to file contains spaces
Product: python Reporter: quamrana
Component: DebuggerAssignee: Lou Dasaro <mr_lou_d>
Status: CLOSED WONTFIX    
Severity: normal CC: djlawler, Jenselme
Priority: P3 Keywords: SPACE_IN_PATH
Version: 6.x   
Hardware: PC   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=196842
Issue Type: DEFECT Exception Reporter:

Description quamrana 2009-11-12 02:45:00 UTC
If the debugger is started when breakpoints are already set, or if debugging has started with no breakpoints and the first breakpoint is created, and the path of the file in question has spaces in it the debugger session ends.

I have tracked this down to jpydaemon.py line 1447 in parseSubCommand in JPyDbg where it splits out the 'BP+' parameters which it is expecting to be file and line and 'temp'?, space separated.  Perhaps whatever is sending the parameters should put quotes around the filename.

NetBeans IDE 6.7.1 (Build 200907230233)
Comment 1 Lou Dasaro 2015-11-08 03:14:10 UTC
*** Bug 179267 has been marked as a duplicate of this bug. ***
Comment 2 Jenselme 2017-06-22 20:15:37 UTC
Should be solved with the new debugger when we add it. Closing this since there is no point into importing it elsewhere.
Comment 3 Jiri Kovalsky 2017-06-23 08:06:00 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.