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 182421 - Should be able to add line breakpoints without source
Summary: Should be able to add line breakpoints without source
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 15:37 UTC by tazle
Modified: 2010-03-20 15:37 UTC (History)
1 user (show)

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 tazle 2010-03-20 15:37:24 UTC
Currently the Netbeans Java debugger requires one to have a proper Netbeans project open in order to add line breakpoints. It should also be possible to add line breakpoints by specifying class name and line to break on (as with jdb).

Background for this need is that I often don't have a valid project open in Netbeans when using its debugger (to debug a remote server process), and being able to set line breakpoints would definitely be useful.