Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326920 - JSDI should not eat exceptions
Summary: JSDI should not eat exceptions
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 327017
  Show dependency tree
 
Reported: 2010-10-04 09:55 EDT by Michael Rennie CLA
Modified: 2011-04-28 16:06 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-10-04 09:55:56 EDT
from the community:

"org.eclipse.wst.jsdt.debug.internal.core.model.EventDispatcher.run()
we can get a RuntimeException then call:
org.eclipse.wst.jsdt.debug.internal.core.model.JavaScriptDebugTarget.terminate()

As a client of this system I don't get any information on the Exception, only the terminate() call.  One needs the source of the framework to debug one's app.
"