|
|
To delete a breakpoint from a program, use the
:dl
command.
The command has the following form:
address :dl
In the above command line address is the address of the breakpoint to be deleted. The :dl command is typically used to delete breakpoints no longer required. The following deletes the breakpoint set at the start of the function ``main'':
main:dl