Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created August 29, 2013 21:16
Show Gist options
  • Save brendandahl/6383523 to your computer and use it in GitHub Desktop.
Save brendandahl/6383523 to your computer and use it in GitHub Desktop.
Create windows popup to attach debugger.
::MessageBox( NULL, L"Attach debugger now", L"ATTACH", MB_OK );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment