dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.29k stars 4.74k forks source link

Can't edit value of Auto when debugging Blazor WASM Client Project #45485

Open vsfeedback opened 3 years ago

vsfeedback commented 3 years ago

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version] The debugger is paused over a breakpoint. It allows me to inspect the value of the local variables but not edit them. The edit value is ignored and replaced with the original value. Sometimes I see an Invalid Expression error pop up box...


Original Comments

Feedback Bot on 11/23/2020, 06:53 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

ghost commented 3 years ago

Tagging subscribers to this area: @tommcdon See info in area-owners.md if you want to be subscribed.

Issue Details
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Cant-edit-value-of-Auto-when-debugging-/1266443)._ --- [severity:I'm unable to use this version] The debugger is paused over a breakpoint. It allows me to inspect the value of the local variables but not edit them. The edit value is ignored and replaced with the original value. Sometimes I see an Invalid Expression error pop up box... --- ### Original Comments #### Feedback Bot on 11/23/2020, 06:53 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

--- ### Original Solutions (no solutions)
Author: vsfeedback
Assignees: -
Labels: `area-Diagnostics-coreclr`, `untriaged`
Milestone: -
mkArtakMSFT commented 3 years ago

@lewing I'm not sure whether this is even supported?

ghost commented 3 years ago

Tagging subscribers to this area: @thaystg See info in area-owners.md if you want to be subscribed.

Issue Details
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Cant-edit-value-of-Auto-when-debugging-/1266443)._ --- [severity:I'm unable to use this version] The debugger is paused over a breakpoint. It allows me to inspect the value of the local variables but not edit them. The edit value is ignored and replaced with the original value. Sometimes I see an Invalid Expression error pop up box... --- ### Original Comments #### Feedback Bot on 11/23/2020, 06:53 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

--- ### Original Solutions (no solutions)
Author: vsfeedback
Assignees: -
Labels: `arch-wasm`, `area-Debugger-mono`, `area-Diagnostics-coreclr`
Milestone: Future
lewing commented 3 years ago

This is a known limitation of the current debugger. We hope to address it but the work isn't currently scheduled.