Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Last active September 5, 2023 10:55
Show Gist options
  • Save antonarhipov/a4a2cf35e3f4b843fcccd0d1c8e4d3fa to your computer and use it in GitHub Desktop.
Save antonarhipov/a4a2cf35e3f4b843fcccd0d1c8e4d3fa to your computer and use it in GitHub Desktop.

IntelliJ IDEA Debugger Tips & Tricks

Debuggers are commonly used to locate and fix bugs. Though, how long does it take to solve an issue? Debugging isn’t a very productive process, but there are ways to make it more efficient in IntelliJ IDEA. In this talk, Anton will demonstrate various debugger features, including not-so-standard ones, like:

  • Remote debugging
  • Lambda breakpoints
  • Stream chain tracing
  • Altering program behavior
  • Emulated method breakpoint
  • Evaluate and log
  • Non-suspending breakpoints
  • Various usability tricks

No slides - just code and the debugger!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment