azure-tools-for-intellij icon indicating copy to clipboard operation
azure-tools-for-intellij copied to clipboard

Web apps: remote debugging

Open maartenba opened this issue 7 years ago • 16 comments

Will need Rider's remote debugger, then investigate feasibility.

maartenba avatar Oct 23 '18 05:10 maartenba

Not sure if the implementation will take that into account, but would be nice to be able to debug also Azure Functions hosted on both Windows and Linux plans. This issue is quite old, can I please ask if there is any roadmap for this already?

UnoSD avatar Oct 24 '19 08:10 UnoSD

Is there any update regarding this issue?

triforcely avatar Mar 17 '20 14:03 triforcely

@triforcely unfortunately not at this moment

maartenba avatar Mar 17 '20 14:03 maartenba

@maartenba looks like good old logging every line will be needed 😅. Thanks for the response.

triforcely avatar Mar 17 '20 15:03 triforcely

Are there any plans to implement this feature still?

mochsner avatar Dec 21 '20 20:12 mochsner

It's a must have in 2021.

megant avatar Feb 03 '21 07:02 megant

As you can see it's still not there.

rafek1241 avatar Oct 07 '21 12:10 rafek1241

Correct. Haven't thought up reliable magic yet to be able to open up a port from within Azure. There is an out of the box experience that does this for Microsoft's debugger, but we are not allowed to use the Microsoft debugger unfortunately (article 1).

maartenba avatar Oct 07 '21 13:10 maartenba

I pay tens of hundreds of euros for this product. and have to open Visual studio to diagnose the issue. Shame! We need this. You have done a fantastic job. But need more.

furkankurt1 avatar Apr 06 '22 13:04 furkankurt1

2022, feature still not here. Disappointing :(

dpkblg avatar Apr 27 '22 17:04 dpkblg

Still not here :)

DenisIvanovIvanov avatar May 04 '22 09:05 DenisIvanovIvanov

Nothing in Azure has changed to make this possible :-( https://github.com/JetBrains/azure-tools-for-intellij/issues/85#issuecomment-937782516

maartenba avatar May 04 '22 13:05 maartenba

@maartenba was there any effort from JetBrains to talk with Microsoft/Azure about this?

triforcely avatar May 07 '22 12:05 triforcely

Yes there has been.

On a side note, I just thought of a way this could work, at least when the web app runs on Linux or on a container. The az webapp create-remote-connection command can be used to open a tunnel, and theoretically Rider's remote debugger can connect over it. Haven't tested, but may be a workaround for this.

maartenba avatar May 30 '22 19:05 maartenba

The az webapp create-remote-connection command can be used to open a tunnel, and theoretically Rider's remote debugger can connect over it.

Just tried this and the SSH connection succeeds, but the SFTP connection fails. Seems like it's required for the remote debug option to work.

rgrace-puck avatar Jan 10 '24 18:01 rgrace-puck

@maartenba Now that Visual Studio for Mac has been officially retired, do you think maybe this could be discussed with MS, at least regarding an exception for Rider on MacOS ?

Because I don't think even VsCode offers this for Asp.net code.

And even then, they have to be aware that no one doing actual C# dev wants to go from VS to VsCode with their half-baked extension or VS in a Windows VM (an actual alternative they suggest)

K3UL avatar Sep 19 '24 21:09 K3UL