bpdisable - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Disable breakpoints/watchpoints.

Syntax

bpdisable <id-list> | -all

Disable the breakpoints/watchpoints specified by <id-list> or disable all the breakpoints when the -all option is used.

Options

Option Description
-all Disable all breakpoints.

Returns

Nothing, if the breakpoint is disabled successfully. Error string, if the breakpoint specified by <id> is not set.

Example(s)

bpdisable 0

Disable breakpoint 0.

bpdisable 1 2

Disable breakpoints 1 and 2.

bpdisable -all

Disable all breakpoints.