| 119 | } |
| 120 | |
| 121 | private testSVDParser() { |
| 122 | try { |
| 123 | if (false) { |
| 124 | const session: vscode.DebugSession = { |
| 125 | id: 'blah', |
| 126 | type: 'cortex-debug', |
| 127 | name: 'blah', |
| 128 | workspaceFolder: undefined, |
| 129 | configuration: undefined, |
| 130 | customRequest: (command: string, args?: any): Thenable<any> => { |
| 131 | throw new Error('Function not implemented.'); |
| 132 | }, |
| 133 | getDebugProtocolBreakpoint: (breakpoint: any): Thenable<any> => { |
| 134 | throw new Error('Function not implemented.'); |
| 135 | } |
| 136 | }; |
| 137 | } |
| 138 | } |
| 139 | catch (e) {} |
| 140 | } |
| 141 | |
| 142 | private textDocsClosed(e: vscode.TextDocument) { |
| 143 | if (e.fileName.endsWith('.cdmem')) { |