MCPcopy Index your code
hub / github.com/Marus/cortex-debug / initializeRTT

Method initializeRTT

src/frontend/extension.ts:867–872  ·  view source on GitHub ↗
(session: vscode.DebugSession, args)

Source from the content-addressed store, hash-verified

865 }
866
867 private initializeRTT(session: vscode.DebugSession, args) {
868 const mySession = CDebugSession.FindSession(session);
869 if (!mySession.rtt) {
870 mySession.rtt = new RTTCore(mySession.rttPortMap, args, this.context.extensionPath);
871 }
872 }
873
874 private addLiveWatchExpr() {
875 vscode.window.showInputBox({

Callers 1

debugSessionStartedMethod · 0.95

Calls 1

FindSessionMethod · 0.80

Tested by

no test coverage detected