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 175116 - Python debugger traps if breakpoint exists with space in project path
Summary: Python debugger traps if breakpoint exists with space in project path
Status: RESOLVED DUPLICATE of bug 196842
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 2 votes (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 15:02 UTC by mspence
Modified: 2011-03-31 13:42 UTC (History)
0 users

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 mspence 2009-10-21 15:02:04 UTC
To reproduce:

Create new empty Python project with spaces in path name, e.g., on desktop, in My Documents or in a folder with spaces
in the name:

C:\Documents and Settings\MSPENCE\My Documents\NetBeansProjects\New Folder\testspaceinpath

Set a breakpoint in the generated module and debug the project and you get this:

[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
>>>  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
Exception in thread MainThread:
>>>Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/OnDemand/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/Desktop/OnDemand/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Volante/nbprojects/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Volante/nbprojects/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

JPyDbg connecting  localhost  on in=  29100 /out= 29101
Debug session normal end
JPyDbgI0001 : connected to  localhost
>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Volante/nbprojects/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Volante/nbprojects/volante/src/volante.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
deamon ended

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>Debug session normal end
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
deamon ended

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/FNI Configuration Maintenance
Tool/mervafntt/src/mervafntt.py", line 2, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\FNI'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>Exception in thread MainThread:
Traceback (most recent call last):
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/_pythonprojects/mervafntt/src/mervafntt.py", line 23, in <module>
    macrofiles.sort()
  File "C:/_pythonprojects/mervafntt/src/mervafntt.py", line 23, in <module>
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
    macrofiles.sort()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 733, in
trace_dispatch
    self.checkForBeakpoint(mainDebugger,frame,fileName,lineNumber,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 625, in
checkForBeakpoint
    self.dispatchLineAndBreak(mainDebugger, frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1484, in
parseSubCommand
    self.clear_break( arg , int(optarg) )
ValueError: invalid literal for int() with base 10: '22 0 None'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>[stdout:]Remove records of statments that come from our own branches
>>>c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Debug session normal end
deamon ended

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/merva routing analysis/SimToMsgUtil/SimToMsgUtil.py", line 1,
in <module>
    import os
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/merva routing analysis/SimToMsgUtil/SimToMsgUtil.py", line 1,
in <module>
    import os
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\merva'

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/merva routing analysis/SimToMsgUtil/SimToMsgUtil.py", line 1,
in <module>
    import os
  File "C:/Documents and Settings/MSPENCE/Desktop/routing/merva routing analysis/SimToMsgUtil/SimToMsgUtil.py", line 1,
in <module>
    import os
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\merva'

c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\Desktop\\routing\\merva'

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\My'

c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\My'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\documents and settings\mspence\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Documents and Settings\\MSPENCE\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py',
'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:
Traceback (most recent call last):
  File "c:\Python26\lib\threading.py", line 525, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590, in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:/Documents and Settings/MSPENCE/My Documents/NetBeansProjects/New
Folder/testspaceinpath/src/testspaceinpath.py", line 4, in <module>
    __author__="MSPENCE"
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724, in
trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604, in
dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810, in
breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Documents and Settings\MSPENCE\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 1447, in
parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Settings\\MSPENCE\\My'

>>>
Comment 1 kenorb 2011-03-31 10:55:04 UTC

*** This bug has been marked as a duplicate of bug 196842 ***
Comment 2 kenorb 2011-03-31 11:42:52 UTC
Sorry, not duplicate
Try:
$ touch "/Volumes/Users HD/rwieczor/.netbeans/6.9/config/nbPython/debug/nbpythondebug/jpydbg.log"
and tail the file.
Comment 3 kenorb 2011-03-31 11:43:24 UTC
Where rwieczor is your account. Check for proper path.
Comment 4 kenorb 2011-03-31 13:42:04 UTC
Yes, it's duplicate.
It's different command, but your path include spaces and arguments are received in wrong order.

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