source: trunk/src/scripttools/debugging/scripts/commands/interrupt.qs@ 160

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

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

File size: 260 bytes
Line 
1name = "interrupt";
2
3group = "running";
4
5shortDescription = "Interrupt evaluation";
6
7longDescription = "Interruption will occur as soon as a new script statement is reached.";
8
9function execute() {
10 scheduleInterrupt();
11}
12
13function handleResponse(resp) {
14}
Note: See TracBrowser for help on using the repository browser.