/
Only focus on what you are interested in

Only focus on what you are interested in

By picking the wild card matching expression for “trace” you can select which files that tracing will be switched on for.

For a large application this is essential for being able to make sense of it.

Try these different command line invocations of the sandbox:

./test --trace "main" ./test --trace "*" ./test --trace "APP*"

 

Related content

Tracing C++ Sandbox
Tracing C++ Sandbox
More like this
How do you use tracing?
How do you use tracing?
Read with this
Tracing allows you to run your application in production
Tracing allows you to run your application in production
More like this
See the this pointer for C++ objects
See the this pointer for C++ objects
Read with this
No command line?
No command line?
More like this
See the flow of calls and values of variables
See the flow of calls and values of variables
Read with this