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 150132 - Debugger Window shows ending... forever
Summary: Debugger Window shows ending... forever
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 19:52 UTC by tonybeckham
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot showing issue (44.28 KB, image/png)
2008-10-14 19:52 UTC, tonybeckham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2008-10-14 19:52:05 UTC
After completely stepping through a python file with debugger, the debugger window shows message "ending..." and red dot
forever.

To reproduce, debug a python file, use the toolbar item step over until end and the toolbar goes away.  Debugger window
shows session ended but message of "ending..." remains.
Comment 1 tonybeckham 2008-10-14 19:52:56 UTC
Created attachment 71801 [details]
screen shot showing issue
Comment 2 tonybeckham 2008-10-14 19:56:00 UTC
Reproducible for both Jython and Python

System:
Product Version: NetBeans IDE Dev (Build 200810141115)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.5 running on x86_64; MacRoman; en_US (nb)
Comment 3 jymen 2008-10-17 09:23:19 UTC
can you provide the python source test case where you got this issue about the breakpoint not reached.
NB : The xml parsing error should be fixed now on last build on hudson
Comment 4 jymen 2008-10-17 09:25:46 UTC
forget my last comment ... MyMistake I was in the wrong ticket
I can reproduce this one easily
Comment 5 jymen 2008-11-02 09:04:44 UTC
fixed in PythonDebugContainer.java
available in build #137 and above
Comment 6 Peter Lam 2008-11-04 18:22:33 UTC
verified in build 143 (2008110404162)