If you want to generate an activity log with no timing information in a text file, you can turn on PKDebug tracing in the System Options dialog box. The PKDebug trace file contains a log showing which object functions and instructions and system DLL functions were executed in chronological order.
To generate a simple trace file:
Select Tools>System Options and check the Enable PKDebug Tracing check box.
Check the Prompt Before OverWriting PKDebug Output File box if you want to retain existing trace output when you run or debug the application.
(Optional) Specify a path name for the PKDebug output file.
Run your application.
If you do not check the Prompt Before OverWriting PKDebug Output File box, PocketBuilder overwrites the existing trace file every time you run the application or click the Start button in the debugger. If you check the box, it displays a response window. You can choose to overwrite the file, append new trace output to the existing file, or cancel the run or debug session.
If you want to retain the trace file, save it with a different name before running the application, or specify a new file name in the System Options dialog box.
If you do not specify an output file path, PocketBuilder creates an output file in the same directory as the PocketBuilder executable file. The output file has the same name as the PocketBuilder executable with the extension DBG. If you do not have write permission to this directory, you must specify a value for the output file path.