Skip to main content

Eclipse Web Tools Platform 3.8 M7
New and Noteworthy

Back

JSDT

New Node.js support

    JSDT now provides a Node.js runtime definition via Eclipse Preferences -> JavaScript -> Runtimes
    Node.js Runtime
    Also there is a new Node Launch configuration for running / debugging Node.js applications.
    Node.js Launch
    The process of debugging has been significantly improved. Now all debugging happens directly in the JSDT editor
    Node.js Debug
    While debugging, all JavaScript variables will be available in the *Variables* view
    Variables View
    Hovering over variables in the editor is also supported:
    Hovering over function
    In order to use Live Edit funtionality just save the file with new changes, right click on it -> V8 Debugging -> Push Source Changes to VM:
    Push Source Changes to VM

WTP Logo Banner

Back to the top