Help with debugging

  • Thread starter Thread starter Rob Oldfield
  • Start date Start date
R

Rob Oldfield

I've just answered another post where a link to a site explaining how to
step through code might well have been useful. Does anyone have a good one?
 
Microsoft Office 2000/Visual Basic Programmer's Guide
Chapter 8: Error Handling and Debugging
http://msdn.microsoft.com/library/d...-us/odeopg/html/deconwritingerrorfreecode.asp

What seems to be the same material is also available in one full piece (not
piecemeal as at MSDN where it's awfully easy to miss stuff if you don't
click all "related" links in the tree):
http://www.microsoft.com/technet/prodtechnol/office/office2000/proddocs/opg/part2/ch08.mspx

I prefer the second, but maybe that's just me...

Neither go as far as actually doing a "walk-through" of code stepping, but
it does describe the tools available in the VBE.

Too much to expect that would be enough, isn't it?

HTH,
 
Back
Top