DebugOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
DebugOptions
Use these constants to specify the type of debug operations TestStand performs.
- DebugOptions_BufferChecking –(Value: 0x2) The LabWindows/CVI and C/C++ DLL Adapters verify that the code module does not modify the memory that surrounds the buffer parameters passed to code modules. The adapters also verify that code modules do not modify const string parameters.
- DebugOptions_None –(Value: 0x0) Disables all debugging features.
- DebugOptions_ReportKnownOSandComponentProblems –(Value: 0x10) During shut down of the TestStand Engine, TestStand launches a dialog box that contains a list of any operating system issues or component-related issues that can cause leaks in memory, Graphics Device Interface, and User object resources in TestStand.
- DebugOptions_ReportObjectLeaks –(Value: 0x4) During shutdown of the engine, TestStand launches a dialog box that contains a list of any top-level Property Objects with unreleased references.
- DebugOptions_SendOutputMessagesToDebugger –(Value: 0x8) Instructs TestStand to send output messages to the debugger when you call the OutputMessage.Post method.
- DebugOptions_StackChecking –(Value: 0x1) The LabWindows/CVI (in-process), C/C++ DLL, and ActiveX Adapters verify that the content of a thread stack does not change while calling code modules.