Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created April 20, 2012 16:04
Show Gist options
  • Save timheuer/2429922 to your computer and use it in GitHub Desktop.
Save timheuer/2429922 to your computer and use it in GitHub Desktop.
#if DEBUG
if (Debugger.IsAttached)
{
FirstFloor.XamlSpy.XamlSpyConnection.Current.Open("localhost", 4530);
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment