3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MaxSDK::DebuggingTools Namespace Reference

Functions

UtilExport void DebugBreak ()
 A method to call a debug break during runtime.
 

Function Documentation

◆ DebugBreak()

UtilExport void DebugBreak ( )

A method to call a debug break during runtime.

If called while running a release build, it will throw an exception and generate a Crash Error Report. If called while running a debug build under the debugger, it will pause execution