aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 482 forks source link

fix: align JS debug preferences to toggle all exceptions or uncaught exceptions not 'errors' vs 'exceptions' #507

Closed sgtcoolguy closed 5 years ago

sgtcoolguy commented 5 years ago

JIRA: https://jira.appcelerator.org/browse/TISTUD-9166

I'm not sure what the original Aptana debugger meant by "Errors" vs "Exceptions" in the preferences. But current debuggers differentiate between "all" exceptions or "uncaught" exceptions, so I've moved to those options.

This is just part of the fix for the linked ticket. Appcelerator Studio needs to check this preference to determine how to behave (and handle changes to these preferences).