Compiler directives and keywords
Action | Keywords | GB | VB6 |
---|---|---|---|
Use of variable postfix | $AutoPost | v | |
Check array bounds | $ArrayChk | v | |
Fast For…Next code | $For | v | |
Check OLE errors | $Obj | v | |
Insert debug code | $Step | v | |
Create exports | $Export | v | |
Load compiled library | $Library | v | |
Minimum prologue and epilogue code for subroutines | Naked | v | |
Auto declare global variables | Auto | v | |
Running as EXE? | IsExe | v | |
Set a hardware breakpoint | Monitor | v |
Debug Keywords
Action | Keywords | GB | VB6 |
---|---|---|---|
Debug Object | Debug | v | v |
Assert | Assert | v | |
Dump call stack | Calltree | v | |
Trace lines | Tron, Trace, TraceLnr, TraceReg, SrcCode$, ProcLnr, ProcLineCnt | v | |
Debug Variants | VarPrint | v |
{Created by Sjouke Hamstra; Last updated: 23/08/2020 by James Gaite}