bpremove - 2022.1 English

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

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

Remove breakpoints/watchpoints.

Syntax

bpremove <id-list> | -all

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

Options

Option Description
-all Remove all breakpoints.

Returns

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

Example(s)

bpremove 0

Remove breakpoint 0.

bpremove 1 2

Remove breakpoints 1 and 2.

bpremove -all

Remove all breakpoints.