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

[debugger] Componentize the debugger, only link debugger when it's a debug app. #6064

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jun 30, 2021

The default value for release app will be false, so debugger will not be available.
The default value for release app will be true, so debugger will be available.

Related to dotnet/runtime#54887

<AndroidLinkMode Condition=" '$(AndroidLinkMode)' == '' ">None</AndroidLinkMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<AndroidEnableDebugger Condition=" '$(AndroidEnableDebugger)' == ''">false</AndroidEnableDebugger>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you prefer to reuse something I think that we should reuse: AndroidIncludeDebugSymbols

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)
Thanks!

@thaystg thaystg requested a review from lambdageek June 30, 2021 21:08
@thaystg thaystg marked this pull request as ready for review June 30, 2021 21:24
@thaystg thaystg requested a review from dellis1972 as a code owner June 30, 2021 21:24
@jonpryor jonpryor requested a review from grendello July 1, 2021 15:04
@thaystg thaystg merged commit 4a7514c into dotnet:main Jul 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants