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 149569 - jython debugger does not have debugger toolbar
Summary: jython debugger does not have debugger toolbar
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: jymen
URL:
Keywords:
: 149632 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-08 22:11 UTC by tonybeckham
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Python set as runtime showing debugger toolbar (280.11 KB, image/png)
2008-10-08 22:21 UTC, tonybeckham
Details
Jython set as runtime and there is no debug toolbar (277.98 KB, image/png)
2008-10-08 22:21 UTC, tonybeckham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2008-10-08 22:11:34 UTC
Projects with the python runtime set as python have the debugging toolbar in the ide, but python projects with jython do
not have this toolbar.
Comment 1 tonybeckham 2008-10-08 22:21:02 UTC
Created attachment 71425 [details]
Python set as runtime showing debugger toolbar
Comment 2 tonybeckham 2008-10-08 22:21:59 UTC
Created attachment 71426 [details]
Jython set as runtime and there is no debug toolbar
Comment 3 jymen 2008-10-09 15:44:12 UTC
*** Issue 149632 has been marked as a duplicate of this issue. ***
Comment 4 jymen 2008-10-09 16:06:57 UTC
fixed by extending the layer.xml of nbpython.debugger module
Comment 5 jymen 2008-10-09 16:13:13 UTC
fixed by providing toolbar to nbpython.debugger layer.xml
Comment 6 jymen 2008-10-09 16:47:52 UTC
fixed on nbpython trunk 
Comment 7 tonybeckham 2008-10-15 17:44:16 UTC
Fix Verified