DEBUGGING WITH VB BRIDGE 2.0
1. In the HTML file that will call the program, change vb_bridge2.dll to vb_bridge2_test.dll. (Please note that vb_bridge2.dll must be in the same directory as vb_bridge2_test.dll.)
2. Each time the application is run, the vb_bridge2_test.dll will create a temporary file called vbdebug.tmp that is passed to the application and copied to the directory where the Visual BASIC application resides.
3. Start Visual BASIC
4. In the 'command line argument' field of the Make tab on the Visual BASIC project properties menu, define the path to vbdebug.tmp.
Example: c:\inetpub\scripts\vb_bridge2\vbdebug.tmp
5. Debug the application using the 'step through' (F8) method. The vbdebug.tmp file will act in place of the end-user inputs as if the program were running live.