Open Debug Log

The Commands->Debug->Open Debug Log menu item (Ctrl 1) opens the fs_debug log and sets flags to start logging events in all supported functions. The log is generally a series of small dumps of variable values at certain predefined points in the function code. The event time is logged to the nearest 10 milliseconds.

When this command is used to open the fs_debug.log, a large file may be written in a short time. More specialized logging can be enabled by using the following accelerator keys:

The above accelerators may be used in combinations. When a log function is enabled, the message window reports what function has been enabled.

A log open or close command may be sent while the program function is running.

The log functions should be closed (Ctrl 0) as soon as possible after logging some event to prevent excessive logging - which can be quite difficult to use for debugging if the log file is quite large and unnecessary events are logged.

Accelerator Keys: Ctrl 1


[Back: Debug]
[Next: Close Debug Log]