/
What is C++ tracing?

What is C++ tracing?

C++ tracing is a faster way to debug sophisticated C++ applications which need to be 100% reliable. It’s much more effective than a standard debugger. It’s an amazing way to enable a high performance team to understand each others code. Here’s a video introducing how to use tracing, it’s using an internal implementation rather than the one I share on through this website, but the concepts are the same.

I would suggest going immediately to the tracing sandbox and trying it out.

Then read about what tracing gives you that makes it better.

And if you are finally sold on the idea, then read the short guide of how to use it.

A big thank you to Andrew Vajocski who introduced me to the concept of C++ tracing. Andrew is one of the best C++ programmers I have ever encountered when it comes to his design ability and knowledge of the language.

Related content

Tracing C++ Sandbox
Tracing C++ Sandbox
More like this
Javascript Variables - Covering the core types
Javascript Variables - Covering the core types
Read with this
C++ tracing is faster
C++ tracing is faster
More like this
Simplicity Design Concepts
Simplicity Design Concepts
Read with this
Tracing can make it easier to profile code for performance rather than other tools
Tracing can make it easier to profile code for performance rather than other tools
More like this
Exchanging narratives or concepts
Exchanging narratives or concepts
Read with this