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 81260

Summary: Visual representation of execution path in editor
Product: debugger Reporter: Jiri Kovalsky <jkovalsky>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: An example of execution path visualization

Description Jiri Kovalsky 2006-07-27 14:35:01 UTC
Description:
============
In my opinion it would be user appealing to have something like tagging lines
that were executed during debugging. Please take a look at the screenshot to get
what I mean. I think it could attract new users as such feature helps tracking
where the code ran.
Comment 1 Jiri Kovalsky 2006-07-27 14:36:47 UTC
Created attachment 32261 [details]
An example of execution path visualization
Comment 2 Martin Entlicher 2006-07-28 10:33:07 UTC
This looks nice and might be handy in situations when the code path is not
straightforward.
The visualization part needs to be consulted with UI team and the implementation
part with editor guys.
But our problem currently is, that when is the program just stopped somewhere,
we're not able to obtain the execution path from JDI. Therefore currently it can
works just during stepping through the code.
In order to have the execution path in all cases, we would have to log execution
of all statements via instrumentation. This is a complex task, but might be
considered in some future releases together with issue #38762.