MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / startSession

Function startSession

src/test/dart/debug/reload_on_save.test.ts:9–16  ·  view source on GitHub ↗
(debuggerType: DebuggerType, hasStarted = true)

Source from the content-addressed store, hash-verified

7 beforeEach("activate emptyFile", () => activate());
8
9 function startSession(debuggerType: DebuggerType, hasStarted = true) {
10 return startFakeDebugSession({
11 debuggerType,
12 hasStarted,
13 id: "foo",
14 name: "Fake Debug Session (hot reloads on save tests)",
15 });
16 }
17
18 it("for Dart", async () => {
19 await setConfigForTest("dart", "hotReloadOnSave", "manual");

Callers 1

Calls 1

startFakeDebugSessionFunction · 0.90

Tested by

no test coverage detected