A community member has associated this post with a similar question:
How do you remotely debug an Azure cloud service extended from Visual Studio?

Only moderators can edit this content.

How to remotely debug an Azure cloud service (extended) from visual studio?

Glenn Rockland 1 Reputation point
2024-05-19T16:46:29.4666667+00:00

All of the documentation provides no help e.g.

To attach the debugger to a cloud service (extended support) in Azure

  1. Choose Debug > Attach to Process (or press Ctrl+Alt+P).
  2. Keep connection type at Default.
  3. Enter the connection target, using your IP address and port: {ipaddress}:4026.
  4. Set Attach To to Automatic.
  5. Sign in using the same credentials as remote desktop user.
  6. Select Show process for all users. If you're debugging a worker role, attach to WaWorkerHost.exe; if you're debugging a web role, attach to the w3wp.exe process; for a Web API role, it's WaIISHost.exe.
  7. Set breakpoints (navigate to the line, and press F9), access the site's public URL, and reproduce the scenario to debug.

When I enter the service external ip and port 4024 it can not find nor connect to the service.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
954 questions
0 comments No comments
{count} votes