Skip to main content
Jump to: navigation, search

JSDT/Debug/Rhino/Embedding Rhino Debugger

< JSDT‎ | Debug‎ | Rhino
Revision as of 22:22, 10 January 2011 by Michael Rennie.ca.ibm.com (Talk | contribs) (Overview)

JSDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject 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:

  1. the server-side bits org.eclipse.wst.jsdt.debug.rhino.debugger and org.eclipse.wst.jsdt.debug.transport that are used to load scripts to be debugged, and
  2. the client-side bits which are the Eclipse integration and UI

System Properties

Debug String

Embedding the Debugger

Back to the top