Difference between revisions of "JSDT/Debug/Rhino/Embedding Rhino Debugger"
(New page: {{JSDT-Debug}} == Overview == == System Properties == == Debug String == == Embedding the Debugger ==) |
(→Overview) |
||
Line 2: | Line 2: | ||
== Overview == | == Overview == | ||
+ | |||
+ | This page describes how you can take advantage of the remote Rhino debug support. | ||
+ | |||
+ | There are two pieces to make this work: | ||
+ | #the server-side bits <code>org.eclipse.wst.jsdt.debug.rhino.debugger</code> and <code>org.eclipse.wst.jsdt.debug.transport</code> that are used to load scripts to be debugged, and | ||
+ | #the client-side bits which are the Eclipse integration and UI | ||
== System Properties == | == System Properties == |
Revision as of 22:22, 10 January 2011
JSDT Debug | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source • Project Set File |
Overview
This page describes how you can take advantage of the remote Rhino debug support.
There are two pieces to make this work:
- the server-side bits
org.eclipse.wst.jsdt.debug.rhino.debugger
andorg.eclipse.wst.jsdt.debug.transport
that are used to load scripts to be debugged, and - the client-side bits which are the Eclipse integration and UI