Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSDT/Debug/Opera"

< JSDT‎ | Debug
(Overview)
 
Line 5: Line 5:
 
== Overview ==
 
== Overview ==
  
The JSDT Opera experiment plans to bring remote debugging support of a running Opera browser to JSDT. The JSDI implementations for the experiment is available here [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.jsdt/development/org.eclipse.wst.jsdt.debug.opera/?root=WebTools_Project org.eclipse.wst.jsdt.debug.opera]
+
The JSDT Opera experiment plans to bring remote debugging support of a running Opera browser to JSDT. The JSDI implementations for the experiment are available in the  [http://git.eclipse.org/c/jsdt/webtools.jsdt.debug.git/tree/development/org.eclipse.wst.jsdt.debug.opera org.eclipse.wst.jsdt.debug.opera] project.
  
To have the existing code compile you will require the scope SDK in your workspace. The Scope SDK is available here: [https://bitbucket.org/denizt/scope-sdk The Scope SDK]
+
To have the existing code compile you will require the [https://bitbucket.org/denizt/scope-sdk Scope SDK] in your workspace.

Latest revision as of 13:09, 30 October 2012

JSDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File
Warning2.png
Experimental Project
The JSDT Opera project is in the experimental phase and is not part of any official release. To test the support you must build the bundle from source, which requires that you bring the Scope SDK project into your workspace.


Overview

The JSDT Opera experiment plans to bring remote debugging support of a running Opera browser to JSDT. The JSDI implementations for the experiment are available in the org.eclipse.wst.jsdt.debug.opera project.

To have the existing code compile you will require the Scope SDK in your workspace.

Back to the top