Stack traces: Difference between revisions

m
→‎Using no extensions: * #define STACK_TRACE_ON and assign stack_trace.on to TRUE
m (→‎Using no extensions: * #define STACK_TRACE_ON and assign stack_trace.on to TRUE)
Line 218:
* #include "stack_trace.h" in the suspect C source code.
* Change the initial and last { and } of each procedure in the code to BEGIN(proc_name) and END.
* set both#define STACK_TRACE_ON and stack_trace_onassign stack_trace.on to 1 (TRUE)
* Recompile and run....