SilverScreen Solid Modeler

monitor

monitor

Previous topic Next topic  

monitor

Previous topic Next topic JavaScript is required for the print function  

 

SilverCRect

 

void monitor ( BOOLEAN enable )

 

BOOLEAN enable;   // TRUE or FALSE

 

 

 




Synopsis

#include "silver.h"

 

The monitor function enables or disables call monitoring for SilverC-programs.

 

 

Parameters

enable is TRUE to enable call monitoring and FALSE to disable it.

 

 

Return Value

none

 

 

Remarks

This function is exclusive to the SilverC development platform.

 

When call monitoring is enabled, all function calls will generate a message like the following: "CALL to open_a_drawing (address 40028)" after returning. When a SilverC program has a crashing bug this can help the programmer narrow his focus.

 

 

See Also

stacktrace, heapcheck