Complete
over 4 years ago

WERETECH-6805

This was addressed in CIQ 3.1.1.

How to debug an unhandled exception

On a fresh Eclipse install on macOS High Sierra with recommended settings (several example apps do build and run), I can't seem to get a strack trace after an unhandled exception (aka app crash). Without that information, it's pretty much impossible to debug an app, so I guess I just missed some setting.

What did I miss?
Former Member
Former Member
Parents
  • The problem still seems to exist. I have a very small test cases that results in an Unhandled Exception: var m = method(:foo); if (!m.invoke()) { } function foo() { return ""; } There should be an Exception like "Cannot cast string to boolean" in the invoke() line instead. I'm using SDK 3.0.8 for this test case.
Comment
  • The problem still seems to exist. I have a very small test cases that results in an Unhandled Exception: var m = method(:foo); if (!m.invoke()) { } function foo() { return ""; } There should be an Exception like "Cannot cast string to boolean" in the invoke() line instead. I'm using SDK 3.0.8 for this test case.
Children
No Data