Working with Files |
Top Previous Next |
The DebugMonitor Viewer tool uses a databse engine to store events as they are captured. It always saves the current records into a set of files DebugEventsTable.*. You may at any time save the current records to a single backup database file (*.bpk), and load the records back from this file. If you want to share debug events file with someone else, do it by exchanging backup files. You can delete records by selecting them and deleting them.
You can also import .log or .txt log files generated by the JrDebugLogger file writing functions, and export debug records to a variety of formats.
You may also want to save and load Grid Settings files, which determine the visible columns, their sizes, and any grouping and filtering.
|