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

Method resetDevice

src/gdb.ts:1610–1615  ·  view source on GitHub ↗
(response: DebugProtocol.Response, args: any)

Source from the content-addressed store, hash-verified

1608 }
1609
1610 protected async resetDevice(response: DebugProtocol.Response, args: any) {
1611 try {
1612 await this.restartRequest(response, args);
1613 }
1614 catch (e) {}
1615 }
1616
1617 protected timeStart = Date.now();
1618 protected wrapTimeStamp(str: string): string {

Callers 1

customRequestMethod · 0.95

Calls 1

restartRequestMethod · 0.95

Tested by

no test coverage detected