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
  • "badkey can happen in development due to a typo, and catching it means fixing it faster. I have common settings code that's used in many things, be they production or a brand new project. In the real version, I display the actually key using println so I know exactly what to look at. Just getting an exemption with a stack trace could actually take longer :)
Comment
  • "badkey can happen in development due to a typo, and catching it means fixing it faster. I have common settings code that's used in many things, be they production or a brand new project. In the real version, I display the actually key using println so I know exactly what to look at. Just getting an exemption with a stack trace could actually take longer :)
Children
No Data