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 103416 - Extra steps need to finish debug session
Summary: Extra steps need to finish debug session
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 09:55 UTC by alexandrov
Modified: 2009-06-25 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexandrov 2007-05-07 09:55:55 UTC
Open Args sample project. Set line breakpoint at line 33(return statement). Run
debugger. Debugger stops. Try to push step over/step into twice(to finish
debugging). => Debugger needs to do one step more to finish session, while pc
disappears and last step were done.
Comment 1 _ gordonp 2007-08-22 16:20:44 UTC
The gdb-lite module behaves just like command line gdb here. There are times when
this behavior is helpful, so I'm not planning on changing that. Closing as Invalid.