App terminates when stepping through an exception #143

Closed
opened 2025-08-09 17:13:34 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @adelphes on 1/31/2017

  1. Enable All Exceptions
  2. Set a breakpoint within a try block
  3. Step through statements until an exception is thrown
  4. Try to step again - the App terminates and the debugger disconnects.

This seems to be because the step event is still pending when the exception break happens - and attempting to step again causes the device-side debugger to crash.

*Originally created by @adelphes on 1/31/2017* 1. Enable All Exceptions 2. Set a breakpoint within a try block 3. Step through statements until an exception is thrown 4. Try to step again - the App terminates and the debugger disconnects. This seems to be because the step event is still pending when the exception break happens - and attempting to step again causes the device-side debugger to crash.
fergalmoran added the bug label 2025-08-09 17:13:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#143
No description provided.