Skip to main content

Eclipse Web Tools Platform 3.2 M7 - New and Noteworthy

Back

JSDT

Quick Access to Breakpoint Properties

    Breakpoint properties are now quickly accessible via the context menu in the Breakpoints View (to better match JDT breakpoint support).

    Breakpoint Properties Quick Access

Breakpoint Condition Content Assist

    Content Assist is now available in the breakpoint condition editor.

    Breakpoint Condition Content Assist

Rhino Console

    When wanting to test Rhino, or work from a command line interface, we have provided the Rhino debug console. Our Rhino console allows access to all of the Mozilla Rhino shell tools as described here. Our shell replacement can be run using the org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugShell class from the org.eclipse.wst.jsdt.debug.rhino.debugger project.

    Rhino Console

Show All Scripts

    In the Debug View you can view all of the scripts currently loaded in the the running debug target.

    Show All Scripts

Open Source (Ctrl + 3)

    When showing all scripts you can also load the source for any scripts that has been loaded at any given time. To do so we have provided the Open Source command available in the Debug View (Ctrl + 3).

    Open Source

Step Into Script Load

    With our existing support to suspend execution when a (or any) script loads it was not clear to the user what could happen next. We have added support to be able to step into the first executable line of the the loaded script (as well as resume execution like before). Also the suspended message on the thread now gives a very clear message why you are suspended.

    Step Into Script Load


Up

WTP Logo Banner

Back to the top