Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.08 KB

start-command.md

File metadata and controls

46 lines (36 loc) · 1.08 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
Start Command
Learn about the Start command and how it begins debugging the startup project.
11/04/2016
reference
debug.start
Start command
Debug.Start command
Mikejo5000
mikejo
mijacobs
general-ide

Start Command

Begins debugging the startup project.

Syntax

Debug.Start [address]

Arguments

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.

Remarks

The Start command, when executed, performs a RunToCursor operation to the specified address.

Example

This example starts the debugger and ignores any exceptions that occur.

>Debug.Start

See also