debug_tools_init
Last updated March 2020
Name
debug_tools_init — initializes the debug_tools layer
Synopsis
#include "debug_tools.h"
| void **debug_tools_init** (
| argv0)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
initializes the debug_tools layer.
Registers crash handlers such that a trace file will be generated in the event of a fault.
- argv0
-
the executable name
Note that the executable name is unused start with Momentum 3.5.0
Was this page helpful?