Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web apps: remote debugging #85

Open
maartenba opened this issue Oct 23, 2018 · 15 comments
Open

Web apps: remote debugging #85

maartenba opened this issue Oct 23, 2018 · 15 comments

Comments

@maartenba
Copy link
Collaborator

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

@UnoSD
Copy link

UnoSD commented Oct 24, 2019

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?

@triforcely
Copy link

Is there any update regarding this issue?

@maartenba
Copy link
Collaborator Author

@triforcely unfortunately not at this moment

@triforcely
Copy link

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

@mochsner
Copy link

Are there any plans to implement this feature still?

@megant
Copy link

megant commented Feb 3, 2021

It's a must have in 2021.

@rafek1241
Copy link

As you can see it's still not there.

@maartenba
Copy link
Collaborator Author

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).

@furkankurt1
Copy link

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.

@dpkblg
Copy link

dpkblg commented Apr 27, 2022

2022, feature still not here. Disappointing :(

@DenisIvanovIvanov
Copy link

Still not here :)

@maartenba
Copy link
Collaborator Author

Nothing in Azure has changed to make this possible :-( #85 (comment)

@triforcely
Copy link

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

@maartenba
Copy link
Collaborator Author

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.

@rgrace-puck
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants