Results 1 to 1 of 1

Thread: Using VB6 Debug - Where To Find It and Other Basics

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,427

    Using VB6 Debug - Where To Find It and Other Basics

    The debugging module of the VB 6 IDE can be accessed by way of the Debug menu item. That menu item can normally be found in the IDE's main menu line as shown in this picture.

    Name:  Debug Menu.jpg
Views: 11249
Size:  7.0 KB

    There is also a companion Debug Toolbar that looks like the following and that toolbar will be the focus of this tutorial:

    Name:  Debug Toolbar.jpg
Views: 11252
Size:  7.2 KB

    If you can't find that toolbar then you can add it to the menus by pulling down the View menu item, clicking Toolbars, and checking Debug.

    Components of the Debug Toolbar
    They are (in order)
    • Start/Continue (toggle)
    • Break
    • End
    • Toggle Breakpoint
    • Step Into
    • Step Over
    • Step Out
    • Locals Window
    • Immediate Window
    • Watch Window
    • Quick Watch
    • Call Stack

    Use the navigation links below to continue with this tutorial.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width