home *** CD-ROM | disk | FTP | other *** search
- Extended Doc
- Clarion Technical Staff
- Version 3004
- 10/7/93
- ________________________________________________________
-
- To use VID from the Generator, take the following steps.
- _________________________________________________________
-
-
- To include the debug code in all generated modules (see note below)
- ------------------------------------------------------------------
-
-
- 1. AltN to change project file
-
- 2. AltD to access Debug button for debug settings
-
- 3. Check on the checkbox called "Enable Source Debugging"
-
- 4. Save the settings
-
- 5. Select Make from Project Menu to make the .exe
-
- 6. Select Debug to run the .exe with VID
-
-
- To include the debug code in specific procedures.....
- -------------------------------------------------------
-
- 1. View your APP in "modular" view (AltV) to determine which
- module contains the procedure you want to debug.
-
- 2. AltN to change project file
-
- 3. AltL to select module pushbutton
-
- 4. Highlight the module you wish to debug and press enter.
-
- 5. Check on the checkbox "Override Debug Settings"
-
- 6. Check on the checkbox "Enable Source Debugging"
-
- Note: You will want include debug code for your main module
- in order to check the value of global variables
-
- 7. Select Make from Project Menu to make the .exe
-
- 8. Select Debug to run the .exe with VID
-
-
- Note: ClaVid runs in conventional memory so you will often receive
- out of memory errors when you try to debug your program.
- Including debug code for only the module you wish to
- debug will help with this problem. Also, you may run
- CLAVID from the dos prompt.
-
- Example:
- Clavid myprogram.exe
-
- If you are using the Dos Extender, you will envoke CLAXVID
- which runs in protected mode eliminating most memory
- problems.
-
-