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

[release/6.0] Fix debugging on Mac and iOS #71731

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jul 6, 2022

Backport of #71436 to release/6.0

Customer Impact

When stopping on a breakpoint in an iOS MAUI app, the debugger can show null values for certain variables due to interpreter optimizations being turned on.

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1558698
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1513227

Testing

Manually tested by me and @nosami

Risk

Low risk only moving codes to set the debugging configuration before initializing the interpreter.

@ghost
Copy link

ghost commented Jul 6, 2022

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

Issue Details

Backport of #71436 to release/6.0

Customer Impact

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1558698
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1513227

Testing

Manually tested by me and @nosami

Risk

Low risk only moving codes to set the debugger configuration before initializing the interpreter.

Author: thaystg
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@steveisok steveisok added the Servicing-consider Issue for next servicing release review label Jul 6, 2022
@teo-tsirpanis teo-tsirpanis added this to the 6.0.x milestone Jul 7, 2022
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jul 12, 2022
@rbhanda rbhanda modified the milestones: 6.0.x, 6.0.8 Jul 12, 2022
@lewing lewing merged commit ce7f08e into dotnet:release/6.0 Jul 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants