Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Androidでブレークポイントが効かなくなっていたのを修正 #900

Merged
1 commit merged into from Mar 4, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 4, 2022

Issue 番号 / Issue ID

  • Close #

目的 / Purpose

  • Androidでデバッグしている際にブレークポイントが効かなかったので修正する
    • v1.4.1当時と同等の内容に修正
    • Releaseビルドには影響なし
    • 変更点の説明のリファレンス
  • Visual Studio 2019 for Macで発生 (Windowsは試していません)

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: Project setting

検証方法 / How to test

コードの入手 / Get the code

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
dotnet restore

コードの検証 / Test the code


確認事項 / What to check

その他 / Other information


Internal ID: Task 6381

@ghost ghost requested review from cocoa-dev005, a user and cocoa-dev003 March 4, 2022 07:02
@ghost ghost self-assigned this Mar 4, 2022
@ghost ghost requested a review from keiji March 4, 2022 07:03
@keiji
Copy link
Collaborator

keiji commented Mar 4, 2022

これ結構前のXamarin.AndroidでEmbedAssembliesIntoApkをfalseにしていると実機にインストールできなくなるって現象が起きたのでこうしたんですけど、同じ現象はそちらで起きてないですか?

あれからXamarin.Androidも結構バージョンを重ねましたし、起きてないようであればこの内容をマージしてもらって、その上で再チェックしてみたいと思います。

@ghost
Copy link
Author

ghost commented Mar 4, 2022

これ結構前のXamarin.AndroidでEmbedAssembliesIntoApkをfalseにしていると実機にインストールできなくなるって現象が起きたのでこうしたんですけど、同じ現象はそちらで起きてないですか?

あれからXamarin.Androidも結構バージョンを重ねましたし、起きてないようであればこの内容をマージしてもらって、その上で再チェックしてみたいと思います。

私どもの環境では発生していません。Mac版なので違いはあるかもしれませんが。
v1.4.1当時(それ以前)も発生していませんので、少なくともMacでは問題ないと思います。

@ghost
Copy link
Author

ghost commented Mar 4, 2022

EmbedAssembliesIntoApkをfalseにしていると実機にインストールできなくなるって現象が起きた

#53
この件ですね。同じバージョンを試してみましたが問題無いようでした。(たまたまかもしれませんが)

@ghost ghost merged commit fbbf7cf into develop Mar 4, 2022
@ghost ghost deleted the feature/android-breakpoint-not-work branch March 4, 2022 07:41
@ghost
Copy link
Author

ghost commented Mar 4, 2022

@keiji
マージしました。

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
v2.0.1
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants