Quantcast
Channel: Debugging – Michael Tsai
Viewing all articles
Browse latest Browse all 170

The Unbugged Sessions Part 1

$
0
0

Eloy Durán (tweet):

In this post I’ll take you through a debugging session where I reproduce a crash, for which we were receiving a bunch of crash reports, but I was unable to reproduce by just using the application.

It will cover the following topics:

  • Narrow down the breakpoint to the method invocation where the crash occurs.
  • Locate the exact instruction that causes the crash.
  • Look at the implementation of the method where the crash occurs.
  • Simulate the crash.

Viewing all articles
Browse latest Browse all 170

Trending Articles