You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
SD-1491, originally created on 12/21/2008 22:06:14 by Daniel Grunwald
Debugger commands should be executed in a separate thread (not on the
GUI thread) to improve performance (e.g. for Debug.WriteLine) and to
allow moving the debugger into a separate process (e.g. on 64-bit
Windows).