| title | Start Command | ||
|---|---|---|---|
| description | Learn about the Start command and how it begins debugging the startup project. | ||
| ms.date | 11/04/2016 | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| author | Mikejo5000 | ||
| ms.author | mikejo | ||
| ms.subservice | general-ide |
Begins debugging the startup project.
Debug.Start [address]address
Optional. The address at which the program suspends execution, similar to a breakpoint in source code. This argument is only valid in debug mode.
The Start command, when executed, performs a RunToCursor operation to the specified address.
This example starts the debugger and ignores any exceptions that occur.
>Debug.Start