|
Last change
on this file since 280 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
290 bytes
|
| Line | |
|---|
| 1 | name = "finish";
|
|---|
| 2 |
|
|---|
| 3 | group = "running";
|
|---|
| 4 |
|
|---|
| 5 | shortDescription = "Execute until the current stack frame returns";
|
|---|
| 6 |
|
|---|
| 7 | longDescription = "Upon return, the value returned is printed.";
|
|---|
| 8 |
|
|---|
| 9 | seeAlso = [ "next", "continue" ];
|
|---|
| 10 |
|
|---|
| 11 | function execute() {
|
|---|
| 12 | scheduleStepOut();
|
|---|
| 13 | };
|
|---|
| 14 |
|
|---|
| 15 | function handleResponse(resp) {
|
|---|
| 16 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.