MyBASIC2 Tracer

Previous  Next

 

The MyBASIC2 Tracer is a utility that is being used to "catch" TRACE messages from any MyBASIC2 program or script.  Just simply start he utility and make sure that TRACE is enabled in your program or script and the MyBASIC2 Tracer will display your trace messages.  Any multi line messages can be expanded by clicking on the plus sign.

 

You can add a divider line between messages and you can save the messages to a file.

 

Note; You need to enable TRACE by using OPTION TRACE ON.

 

Example:

 

OPTION TRACE ON

 

TRACE MODULE;"### One_Level_1 Called ###2",

TRACE MODULE;"### Calling One_Level_1 ###1",

 

END

 

 

Tracer