Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

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