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 235565

Summary: Move debugging view to core debugger
Product: debugger Reporter: Egor Ushakov <gorrus>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, henk89, issues
Priority: P3 Keywords: API_REVIEW_FAST
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed API for debugging view available also for non-Java debuggers
The implementation is moved from JPDA debugger UI and modified accordingly.

Description Egor Ushakov 2013-09-05 14:54:19 UTC
In CND we'd like to reuse Debugging view which is now in java impl.
That would be great to have UI implementation in core debugger UI.
Comment 1 Martin Entlicher 2014-01-05 20:52:30 UTC
Created attachment 143612 [details]
Proposed API for debugging view available also for non-Java debuggers
Comment 2 Martin Entlicher 2014-01-05 20:53:40 UTC
Created attachment 143613 [details]
The implementation is moved from JPDA debugger UI and modified accordingly.
Comment 3 Martin Entlicher 2014-01-05 20:55:45 UTC
Please review this API change. Thanks.
Comment 4 Martin Entlicher 2014-01-16 15:06:55 UTC
Thanks for the review, I'm going to push the API tomorrow.
Comment 5 Martin Entlicher 2014-01-18 11:36:25 UTC
Pushed as changeset:   270789:ec1e2ebfd41f
http://hg.netbeans.org/core-main/rev/ec1e2ebfd41f
Comment 6 Quality Engineering 2014-01-19 02:11:05 UTC
Integrated into 'main-silver', will be available in build *201401190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ec1e2ebfd41f
User: mentlicher@netbeans.org
Log: #235565: Move debugging view to core debugger