DebugFlags
Public / Constants
DebugAttached
A debugger was attached to the process when TinmanModule.Initialize was called.
The primary purpose of this flag is to allow test code to behave differently when a debugger is present, assuming that a series of tests is either run by a build pipeline (no debugger is attached) or by a human developer (possibly with a debugger attached). For example, a failing test might choose to display additional diagnostic views to the developer.
- See also
ReleaseBinary
Some TinmanModule instances use RELEASE
mode.