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 - Move debugging view to core debugger
Summary: Move debugging view to core debugger
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2013-09-05 14:54 UTC by Egor Ushakov
Modified: 2014-01-19 02:11 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed API for debugging view available also for non-Java debuggers (22.46 KB, patch)
2014-01-05 20:52 UTC, Martin Entlicher
Details | Diff
The implementation is moved from JPDA debugger UI and modified accordingly. (131.82 KB, patch)
2014-01-05 20:53 UTC, Martin Entlicher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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