Bug 308874 - implement a debugger
Summary: implement a debugger
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: b3 (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 11:20 EDT by Henrik Lindberg CLA
Modified: 2017-09-13 11:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Lindberg CLA 2010-04-12 11:20:39 EDT
Implement a debugger for b3 with features for:
- managing breakpoints (set, remove, enable/disable)
- managing exception breakpoints
- managing build related breakpoints (before after processing of source, input and output etc.)
- step, step over, step into, step-return, step-to, run, pause, stop
- inspect and manipulate variables
- see call stack (actually call stacks, as there are multiple threads running)
- hot deploy
- apply advice (normal mode, and in global scope).
- step into java

Please use this issue as an umbrella for debugger issues.