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 7353 - Obsolete text in Ch. 3|Debugging ...|The debugging session
Summary: Obsolete text in Ch. 3|Debugging ...|The debugging session
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 minor (vote)
Assignee: issues@usersguide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-11 14:14 UTC by Jan Stola
Modified: 2003-07-01 15:24 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 Jan Stola 2000-08-11 14:14:54 UTC
[Build 1076]

In the Chapter 3|Debugging Java Classes|The debugging session you can find
the following sentences:

a) When the Debugger reaches a breakpoint in your source, that breakpoint
   is highlighted pink. The pink line ...
b) Once execution has halted (whether on a breakpoint or just after the main
   method), use the Trace Into, Go To Cursor, Trace Over, Trace Out, and/or
   Continue menu or toolbar items under the Main Window Debug menu (or the
   keyboard shortcuts F7, F4, F8, CTRL+F7, and ALT+F5, respectively) to proceed.

ad a) The line will be blue instead of pink.
ad b)- Trace Over, Trace Out, Trace Into are Step Over, Step Out, Step Into now.
     - Go To Cursor is Run To Cursor now.
     - Shortcut for Continue is Ctrl-F5 instead of Alt-F5.
Comment 1 Jan Stola 2000-09-14 17:23:59 UTC
Fixed in a new User's Guide (Build 1100).
Comment 2 Jan Stola 2000-09-14 17:24:59 UTC
Verified in build 1100.
Comment 3 Quality Engineering 2003-07-01 15:24:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.