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 66464 - Cannot debug servlet on WebLogic
Summary: Cannot debug servlet on WebLogic
Status: VERIFIED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 12:11 UTC by Jiri Skrivanek
Modified: 2005-11-23 10:38 UTC (History)
1 user (show)

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 Jiri Skrivanek 2005-10-11 12:11:28 UTC
Debugger stops at breakpoint in Servlet but it doesn't step one line ahead after
F7. To reproduce:

- start IDE
- add WebLogic server in Runtime view
- create new Web Application project and select WebLogic server in wizard
- create new Servlet
- add breakpoint to servlet
- start to debug servlet (Ctrl+Shift+F5)
- it reaches breakpoint successfully
- press F7 but it accidentally continues and additionally servlet is never shown
in browser.

Build 20051011-0007, WindowsXP, JDK1.5.0_05, WebLogic9.0.
Comment 1 Michal Mocnak 2005-10-12 09:19:14 UTC
I am not able to reproduce it. I use latest daily build and jdk1.5.0_05. I've
tested it on linux and solaris machine. In Servlet i am able to stop on any
breakpoint i want but if i want to use F7 to debug step by step there is a
problem described in 63084.   
Comment 2 Libor Kotouc 2005-11-22 16:57:36 UTC
Debugging on WL is possible when using Sun JDK instead of BEA's JRockit, see
issue 63084.
Comment 3 Jiri Skrivanek 2005-11-23 10:38:59 UTC
Verified.