Skip to content

[release/6.0] [mono][debugger] Fix Debugger.Break() behavior when running on release mode - #80615

Merged
carlossanlop merged 1 commit into
dotnet:release/6.0from
thaystg:thays_backport_79822
Jan 13, 2023
Merged

[release/6.0] [mono][debugger] Fix Debugger.Break() behavior when running on release mode#80615
carlossanlop merged 1 commit into
dotnet:release/6.0from
thaystg:thays_backport_79822

Conversation

@thaystg

Copy link
Copy Markdown
Member

Backport of #79822 to release/6.0

/cc @thaystg

Customer Impact

When the customer application has a Debugger.Break it was crashing the app when running on release mode.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1675269

Testing

Manually tested.

Risk

Low risk, only calling raise(SIGTRAP) when native debugging option is enabled.

@ghost

Copy link
Copy Markdown

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

Issue Details

Backport of #79822 to release/6.0

/cc @thaystg

Customer Impact

When the customer application has a Debugger.Break it was crashing the app when running on release mode.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1675269

Testing

Manually tested.

Risk

Low risk, only calling raise(SIGTRAP) when native debugging option is enabled.

Author:thaystg
Assignees:thaystg
Labels:

area-Debugger-mono

Milestone:-

@lambdageeklambdageek added the Servicing-consider Issue for next servicing release review label Jan 13, 2023
@lambdageeklambdageek added this to the 6.0.x milestone Jan 13, 2023
@carlossanlopcarlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jan 13, 2023
@carlossanlopcarlossanlop modified the milestones: 6.0.x, 6.0.14Jan 13, 2023
@carlossanlop

carlossanlop commented Jan 13, 2023

Copy link
Copy Markdown
Contributor

@carlossanlop
carlossanlop merged commit dea5221 into dotnet:release/6.0Jan 13, 2023
@ghostghost locked as resolved and limited conversation to collaborators Feb 13, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Debugger-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaystg@carlossanlop@lambdageek