kill

Closes the specified debug session.

Syntax
kill [all | <index> ...]
Examples

The following table lists and defines examples of the kill command.

Table 1. kill Command-line debugger command - Examples
Command Description
kill Kills the debug session for the current process.
kill all Kills all active debug sessions.
kill 0 1 Kills debug sessions 0 and 1.