source: trunk/src/scripttools/debugging/scripts/commands/delete.qs@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 822 bytes
Line 
1name = "delete";
2
3group = "breakpoints";
4
5shortDescription = "Delete breakpoint(s)";
6
7longDescription = "delete <breakpoint-id> : Deletes the breakpoint with the given id.";
8
9seeAlso = [ "clear", "disable" ];
10
11function execute() {
12 if (arguments.length == 0) {