- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I presume by graphical debugger you mean the VS debugger. Try the IVF documentation (online integrated IVF Help) it has some pointers on using the debugger. There is a Microsoft Press door stopper by Jeff Robins but it's VC++/Net oriented. Here's a rudimentary introduction: in Debug configuration and with your program showing click on the extreme left of the IDE and you set a breakpoint. Repeat to setfurther breakpoints. Click on Debug/Start Debugging. After your progie has compiled and linked it will stop at the firstbreakpoint. Press F5 to continue to the next breakpoint, etc. While stopped on a breakpoint let the cursor hover over variables and arrays to see their current (Janus not allowed) values. There's a watch window you might want to explore.
Gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page