Skip to content

Commit edbfd5d

Browse files
committed
disable just my code by default
1 parent d53c92e commit edbfd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SharpIDE.Application/Features/Debugging/DebuggingService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public async Task<DebuggerSessionId> Attach(int debuggeeProcessId, DebuggerExecu
138138
["name"] = "AttachRequestName",
139139
["type"] = "coreclr",
140140
["processId"] = debuggeeProcessId,
141+
["justMyCode"] = false,
141142
["console"] = "internalConsole", // integratedTerminal, externalTerminal, internalConsole
142143
}
143144
};

0 commit comments

Comments
 (0)