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 197298 - Removing breakpoint during debugging crashing it
Summary: Removing breakpoint during debugging crashing it
Status: RESOLVED DUPLICATE of bug 170078
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 22:32 UTC by kenorb
Modified: 2015-04-08 05:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
failing at BP- cmd (41.72 KB, application/x-gzip)
2011-03-31 22:32 UTC, kenorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kenorb 2011-03-31 22:32:45 UTC
Created attachment 107416 [details]
failing at BP- cmd

Steps to reproduce:
1. Start debugging (should stop at 1st line).
2. Add new breakpoint somewhere.
3. Remove this breakpoint.

You should see the errors;
JPyDbgI0001 : connected to  localhost
  File "/Users/kenorb/.netbeans/6.9/config/nbPython/debug/nbpythondebug/jpydaemon.py", line 813, in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "/Users/kenorb/.netbeans/6.9/config/nbPython/debug/nbpythondebug/jpydaemon.py", line 1487, in parseSubCommand
    self.clear_break( arg , int(optarg) )
ValueError: invalid literal for int() with base 10: '144 0 None'

See attachment.
Comment 1 kenorb 2011-03-31 22:33:15 UTC
It's similar to #196842 where args are parsed incorrectly.
Comment 2 Lou Dasaro 2015-04-08 05:57:07 UTC

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