version 6.0 (Modified)
OC OPEN DEBUG WINDOW
| Parameter | Type | Description | ||||
| This command does not require any parameters | ||||||
Description
The OC OPEN DEBUG WINDOW command opens a window that provides a real time trace of calls to 4D ODBC commands.
This window contains a menu bar with the following menus:
File menu: This menu contains commands for printing, closing, and saving the contents of the window.
Options menu: This menu sets the level of debugging information displayed in the window whether procedure parameters, results, errors, messages or just the function names are displayed.
Note: The 4D ODBC Debugger window has been designed to be maintained in a separate process in order to let the various 4D processes share it to display 4D ODBC debug messages. Starting with 4D ODBC version 6.0.2, any 4D ODBC call that needs to display a message in the Debugger window will wait for the window's process to finish launching before attempting to display a message. This change prevents debug messages from "getting lost" in the intermediary phase between the call to OC OPEN DEBUG WINDOW and the actual appearance of the window.
See Also
OC CLOSE DEBUG WINDOW, OC DEBUG MESSAGE.