-
Notifications
You must be signed in to change notification settings - Fork 491
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
Fix attach to process debugging #3849
Comments
There is still a big issue, more about runspaces, that entering a runspace still hangs the console. This is a "big deal" showstopper for doing any kind of debugging in this environment. |
Completely agree! |
It's probably our last and biggest blocker to move the preview to stable. |
Just running the "attach process" kinda works? I mean it's broken in a lot of ways too, and I'm not sure how it's supposed to work. |
Attach to process definitely doesn't work.
Note, unfortunately this is a potentially quite large work item and was the most difficult piece to fix when I integrated PSRL years ago. I have also verified it does work in stable. Pretty finicky, but definitely usable. Hopefully easier to fix with the improved architecture though 🤞 |
We also need to test (after this is fixed) if debugging an azure function still works. |
😭 I hope it ends up being easier to fix than we think! |
Thanks @SeeminglyScience! |
This is tied into "remote debugging" and we need to be sure it works.
The text was updated successfully, but these errors were encountered: