MCPcopy Create free account
hub / github.com/Marus/cortex-debug / testSVDParser

Method testSVDParser

src/frontend/extension.ts:121–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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')) {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected