Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326920

Summary: JSDI should not eat exceptions
Product: [WebTools] JSDT Reporter: Michael Rennie <Michael_Rennie>
Component: DebugAssignee: Project Inbox <jsdt.debug-inbox>
Status: NEW --- QA Contact: Simon Kaegi <simon_kaegi>
Severity: normal    
Priority: P3 CC: browe, thatnitind
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 327017    

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.
"