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 46332 - Step Into for JSP is disabled outside debugging
Summary: Step Into for JSP is disabled outside debugging
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 13:38 UTC by L Martinek
Modified: 2011-02-21 13:03 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 L Martinek 2004-07-20 13:38:01 UTC
There was a feature formerly, that you could start
debugger by action 'Step Into' in JSP which start
debugger and stopped on first line of JSP. Could
you reintroduce it?
Comment 1 Martin Grebac 2004-08-06 08:14:41 UTC
The API differs in step into and run in debugger, so it's not an easy
change to implement such feature for jsps. I don't think it's that
much needed as run to cursor can be used.
Comment 2 Jiri Skrivanek 2011-02-21 13:03:56 UTC
Run to cursor is enough.