Commit cfae84b
authored
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments