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
  • Yep, totally agree there are different coding styles. And I'm not going to get into a debate here about coding style. But the main one you mention, where a system method you call can throw an exception, is where I explicitly state you should have exception handling. Thankfully those cases in CIQ are few and far between.
Comment
  • Yep, totally agree there are different coding styles. And I'm not going to get into a debate here about coding style. But the main one you mention, where a system method you call can throw an exception, is where I explicitly state you should have exception handling. Thankfully those cases in CIQ are few and far between.
Children
No Data