Closed sentry-io[bot] closed 6 years ago
code to fix:
csharp var linqpad = TopLevelWindowUtils.FindWindow(wh => wh.GetWindowText().Contains("LINQPad")); var intPtr = linqpad.RawPtr; ShowWindowAsync(intPtr, 1); SetForegroundWindow(intPtr); PostMessage(intPtr, WmKeydown, VkF5, 0); Console.ReadLine();
fixed in the next release
Synchronization issue between the debugger and linqpad during event dispatch
Sentry Issue: LINQBRIDGEVS-8