#import <WebScriptDebugger-Protocol.h>
Basisklasse für WebScriptDebugger.
Öffentliche Methoden | |
| (void) | - enteredFrame:sourceId:line: |
| (id) | - globalObject |
| (void) | - hitStatement:sourceId:line: |
| (void) | - leavingFrame:sourceId:line: |
| (id) | - newWrapperForFrame: |
| (void) | - parsedSource:fromURL:sourceId:startLine:errorLine:errorMessage: |
Definiert in Zeile 7 der Datei WebScriptDebugger-Protocol.h.
| - (void) enteredFrame: | (id) | fp8 | ||
| sourceId: | (int) | fp12 | ||
| line: | (int) | fp16 | ||
Erneute Implementation in WebScriptDebugger.
| - (id) globalObject |
Erneute Implementation in WebScriptDebugger.
| - (void) hitStatement: | (id) | fp8 | ||
| sourceId: | (int) | fp12 | ||
| line: | (int) | fp16 | ||
Erneute Implementation in WebScriptDebugger.
| - (void) leavingFrame: | (id) | fp8 | ||
| sourceId: | (int) | fp12 | ||
| line: | (int) | fp16 | ||
Erneute Implementation in WebScriptDebugger.
| - (id) newWrapperForFrame: | (id) | fp8 |
Erneute Implementation in WebScriptDebugger.
| - (void) parsedSource: | (id) | fp8 | ||
| fromURL: | (id) | fp12 | ||
| sourceId: | (int) | fp16 | ||
| startLine: | (int) | fp20 | ||
| errorLine: | (int) | fp24 | ||
| errorMessage: | (id) | fp28 | ||
Erneute Implementation in WebScriptDebugger.