vbCodeShield Debugger
The vbCodeShield Debugger displays the output of applications compiled using the advanced debugging facilities provided by vbCodeShield. Amongst these are:
- Debug Output - view the output of Debug.Print
statements at runtime
- Instance Counter - view the number of objects in memory created by your
application and the total numbers created. Can also provide a history
of when each object was created and terminated.
- Call Stack - trace your application as it
executes
- Project Stack - similar to the call stack, this is a complete log of all the calls your application made, which can be exported for further use
