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 38764 - Should be able to step backwards in execution-time
Summary: Should be able to step backwards in execution-time
Status: CLOSED DUPLICATE of bug 38762
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 16:22 UTC by _ gtzabari
Modified: 2008-04-15 18:23 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 _ gtzabari 2004-01-14 16:22:48 UTC
Other (research) frameworks I've seen before
actually allow you to step *backward* in execution
time in order to track down how you got to the
invalid state in the first place. Granted this is
computationally expensive but if we have such
options in Netbeans (optionally enabled) then we
could save *a lot* of time debugging. Instead of
repeating the "run, breakpoint, debug" cycle 10-20
times before you track down a bug you could run it
once and if the problem occured a few lines before
the breakpoint you can track down exactly why
things went wrong.

    This would give us a huge benefit over Eclipse
and all other competitors!
Comment 1 Milan Kubec 2004-01-15 07:50:13 UTC

*** This issue has been marked as a duplicate of 38762 ***
Comment 2 Petr Cyhelsky 2008-04-15 18:21:19 UTC
verified 38762 is exact duplicate