Skip to content

Commit cfae84b

Browse files
Making debugger hit and bind (#324)
Making breakpoints from the source code be hit again. Fixes the problem where the debugger wouldn't be hit unless debugging directly. This very probably wouldn't work on Mac, as it requires a direct reference to LocalAppData, which only exists in windows. Pretty much we needed to directly reference the code that actually runs in the WEF cache.
1 parent 0699098 commit cfae84b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"port": 9229,
5454
"timeout": 600000,
5555
"preLaunchTask": "Debug: Excel Desktop",
56-
"postDebugTask": "Stop Debug"
56+
"postDebugTask": "Stop Debug",
57+
"resolveSourceMapLocations": null
5758
},
5859
{
5960
"name": "Excel Desktop (Edge Chromium)",

0 commit comments

Comments
 (0)