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 98600

Summary: Debugging doesnot transfer control to JSP page
Product: contrib Reporter: uchithra <uchithra>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description uchithra 2007-03-22 07:50:29 UTC
OS - SOl10 sparc.

Steps to reproduce:

1.Create a portlet application
2.Set debug points in the doview method in the line where the request is
dispatched to jsp page.
3.Set debug point in the jsp page.
4.Start the server in debug mode 
5.Debug the portlet application
6.Run the portlet application

Expected result:

The debugger should first stop in the doView method and then later in jsp page.

Actual result:
Debugger does not stop in the jsp page.
Comment 1 Satyaranjan D 2008-01-22 13:00:06 UTC
Changing the priority to P3 as it's not a stopper. This functionality is actually provided by the debugger module.