Debuggers - release notes

1.0 Introduction
2.0 Known problems
   2.1 Web Development Environment
   2.2 WebSphere Application Server debugging
   2.3 JavaScript debugger
   2.4 Test and deployment tools (server tools)
   2.5 Java Development Tools (JDT) debugger
   2.6 Compiled language debugger
   2.7 National language limitations
   2.8 SQLJ debugger
   2.9 Active Script debug

1.0 Introduction

2.0 Known problems

2.1 Web Development Environment

JSP Debugging:

2.2 WebSphere Application Server debugging

2.3 JavaScript debugger

2.4 Test and deployment tools (server tools)

Consider the following when deciding to run a server in debug mode:

2.5 Java Development Tools (JDT) debugger

Information about the known problems and limitations with the Java development tools is available in the Java development tools (JDT) release notes and in the Workbench (IDE) release notes. These are linked to from main product readme that installed with this product.

2.6 Compiled language debugger

2.7 National language limitations

2.8 SQLJ debugger

When performing hot swap while debugging with the J9 JVM, if there are any SQLJ methods on the call stack, you will get an Obsolete methods on the stack dialog. If the hot swap was of an SQLJ class, the class will be reloaded in the JVM, but you will not see the new code being executed until the next time a method in the class is called.

If you hot swap an SQLJ class, SQLJ breakpoints may not work for this class during the current debug session.

2.9 Active Script debug

HTML Script Application

You may experience the following problems when trying to launch an HTML Script Application debug session:

You may correct these problems by doing the following:

When trying to attach to an existing browser for debug, do not attempt to attach to the WebSphere Studio workbench internal browser. Attaching to the internal browser for debug will cause your workbench to stop responding and unexpected results may occur.

You may experience the following problems during an HTML Script Application debug session:

You may correct these problems by doing the following:

Having the workbench Help window or internal browser opened during Active Script Debug may interfere with the debug session and result in unexpected behaviors.

Breakpoints set before a debug session are ignored if the page is deployed onto a server. To set breakpoint, suspend the debug session to bring up the source and set the breakpoint at that temporary page. Refer to "Setting Line Breakpoint" for details.

The Active Script debugger makes use of the Microsoft(R) Script Debugger to obtain debug information. For additional issues related to Microsoft(R) Script Debugger, refer to its ReadMe.htm.

Script Host Application

You may experience the following problem when trying to launch a Script Host Application debug session:

You may correct this problem by doing the following:

Return to the main readme file