Webinar

Fixing bugs proactively with static debugging

  • On-demand
  • 55 min

Some bugs might be difficult to catch and only pop up randomly and in elaborated circumstances, especially as the code gets reused and expands. When a bug manifests itself, we typically try a debug session and walk through the test case that we think will reproduce the issue. Sometimes we get lucky and can easily reproduce the problem.  However, it might take hours or even days of effort if you need to find a certain combination to trigger the domino effect that makes the bug reveal itself.

In this webinar, we will explore the best practices when investigating bugs and use available functionality to understand static debugging which can help you identify problem areas more quickly and proactively. The compiler and linker are your first-pass static analysis tools and can provide clues to find and fix bugs, and in this webinar we will explore these capabilities and more to help you get back to developing your application. In addition, you will get a hands-on experience of debugging your source code statically.

This webinar is recommended for all developers willing to learn more about debugging capabilities, beyond the standard hardware/probe runtime debug sessions.

Register to watch