IntelliJ IDEA
 
2023.2
Get IntelliJ IDEA

Tutorial: Debug unresponsive apps

Last modified: 21 September 2023

There are a lot of debugger guides that teach you how to set line breakpoints, log values, or evaluate expressions. While this knowledge alone gives you a lot of tools for debugging your application, real-world scenarios may be somewhat trickier and require a more advanced approach.

In this article, we will look at how to locate code without much prior knowledge of the project structure and APIs, debug hanging applications, and fix faulty code on the fly.