Entering content frame

 Working with Debug Information 

The -e option instructs VMAKE to generate all targets with debug information ( Debug Mode).

imf.pl -U -e hello.lnk

HelloWorld.c fast debug

hello.lnk fast debug

usr/pgm/hello can then be started in the debugger. The source files are copied to sys/wrk/fast/debug after the translation process. This is particularly important for PASCAL module files, since these can only be debugged using the generated C file, and not in the source code itself.

 

 

Leaving content frame