Generating Prototype Code With Debugging Facilities
To enable the Debugger and produce prototype code with debugging facilities, check the With Debugger option under the Options menu. Refer to Selecting Code Parameters for more information.
Compilation and link of the generated code result in an executable file called
<profilename>_dbg
. By default, the Code Generator stores this file in your workarea under the “prt
” subdirectory.A program generated with the Debugger facility consumes more memory and is slower to execute. Therefore, at the point in the specification development that you no longer need the debug facility, you may want to generate a prototype without the Debugger to obtain code with better performance.