(action)
| 302 | } |
| 303 | |
| 304 | execStatePrepareStep(action) { |
| 305 | switch(action) { |
| 306 | case this.StepAction.StepOut: this.stepOut(); break; |
| 307 | case this.StepAction.StepOver: this.stepOver(); break; |
| 308 | case this.StepAction.StepInto: this.stepInto(); break; |
| 309 | default: %AbortJS("Unsupported StepAction"); break; |
| 310 | } |
| 311 | } |
| 312 | |
| 313 | execStateScopeType(type) { |
| 314 | switch (type) { |