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 161860 - Go back in the debugger current session and allow code change
Summary: Go back in the debugger current session and allow code change
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 10:22 UTC by ouribeb930
Modified: 2009-04-03 10:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ouribeb930 2009-04-03 10:22:55 UTC
You see...
I like one feature in .net...
When debuging a project, some times I like to go back in the code, but without restarting the debug session.

Like I want to debug line 1 to 10, because I'm serching for a bug, and when I found it, I go back to line 1, make the
changes and continue debuging with the changes.

Do I explain my self???

Sorry for my english...

Tanks Netbeans!!!
Thanks...
Comment 1 Martin Entlicher 2009-04-03 10:46:09 UTC
You can use "Pop To Here" action on a stack frame as a primitive go back.
A more advanced go back was in plans, but it will not be realized any time soon, due a lack of resources.
Comment 2 Martin Entlicher 2009-04-03 10:47:55 UTC
Also the "Apply Code Changes" action does a pop from the current frame to re-execute the changed code.