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

Orion/Debug

< Orion
Revision as of 12:15, 5 March 2012 by John arthorne.ca.ibm.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Orion
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Overview

The debug project is designed to bring universal launching and/or debug support to Orion via a plug-in and/or browser extension(s) for specific browser debug support.

Launching

What does it mean to launch something in Orion?

  • Does it mean that we simply replace a file(s) on some server?
  • Do we deploy a server with the new files?
  • Do we push file(s) to a virtual environment?

Debugging

There are many ways we could approach the idea of debugging. Each way differs based on what it is that we want to debug and how we want to debug it.

Kinds of things we might want to debug:

  • CSS
  • JavaScript
  • HTML
  • the Orion server

How do we want to present debug support in Orion?

  • Do we want full-fledged, platform-esque, debug support in Orion?
  • Do we want each piece of debug support to be its own self-contained plug-in?

Current Development

There is a project focused on bringing console support to the Chrome browser via the chromedevtools protocol and a custom Chrome extension.

The current code can be found in the Orion client repo

Back to the top