0

Hi I am using Visual Studio 2012 Desktop, I am trying to do remote debugging following the steps below for my WPF C# project. But my menu is not the same as shown in that link, I don't have the Machine Name textbox. How come ?

https://msdn.microsoft.com/en-us/library/8x6by8d2%28v=vs.110%29.aspx

Thanks

William
  • 5,526
  • 6
  • 20
  • 42

1 Answers1

1

It's not a menu, "Debug" is a tab on the project's property page.

  • In Solution Explorer, right-click the project, and then click Properties.
  • On the mywin4m properties page, click Debug.

enter image description here

If you mean you have Visual Studio 2012 Express for Desktop, you're out of luck: that edition doesn't have remote debugging. Try Visual Studio 2013 Community Edition.

Community
  • 1
  • 1
CodeCaster
  • 147,647
  • 23
  • 218
  • 272