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 66447 - Server must know whether supports JSP debugging
Summary: Server must know whether supports JSP debugging
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 09:00 UTC by Libor Kotouc
Modified: 2011-03-22 13:26 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 Libor Kotouc 2005-10-11 09:00:03 UTC
Debugger needs to know whether server supports JSP debugging or not. If not then
breakpoint toggling must be disabled.
Comment 1 Vince Kraemer 2009-02-13 21:30:02 UTC
It think a null return from

org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder.getServletTempDirectory() is a good first clue.