Breakpoint bisecting with winIDEA

05-Oct-2021

Find a bug in your code using basic debugging principles:

  • Breakpoint bisecting
  • Stepping into and over the code
  • Using microcontroller documentation


For a more detailed visualization of the whole configuration procedure follow the Breakpoint bisecting Tutorial!

Was this answer helpful?