| author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
| Wed, 21 Apr 2010 09:15:16 +0300 | |
| branch | RCL_3 |
| changeset 11 | 68d3b337861b |
| parent 0 | 1918ee327afb |
| permissions | -rw-r--r-- |
| 0 | 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 |
} |