Document custom debugger initialization on mobile platforms - #56220
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The initialization guide has unresolved correctness and implementation details that block approval.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 2
Open (2)
What changed in this PR
Adds documentation for initializing custom CoreCLR debuggers in .NET 11 mobile apps.
Changes:
- Documents profiler deployment, startup configuration, debugger creation, and attachment.
- Links the guide from debugging documentation and navigation.
| File | Review summary |
|---|---|
docs/navigate/tools-diagnostics/toc.yml |
Adds the guide to Tools/Diagnostics navigation. |
docs/core/unmanaged-api/debugging/initialize-debugger-mobile.md |
Six moderate issues concerning platform support, version matching, API arguments, Android packaging, callback interfaces, and startup synchronization. |
docs/core/unmanaged-api/debugging/index.md |
Links to the new mobile debugger guide. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
gewarren
approved these changes
Sep 23, 2026
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Member
Author
|
I think this is ready - just needs another review. |
jkotas
approved these changes
Sep 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Content sources and authorship
Adapted from an engineering outline, with AI-assisted drafting followed by author revisions. No source prose was copied verbatim; the article retains
ai-usage: ai-generated.DllGetClassObjectexport and linked the official samples.CoreCLRCreateCordbObjectEx.DOTNET_environment variables.ICorDebugmodel after initialization.The API lifecycle links, scope clarifications, and navigation entries are newly added material. Technical review should focus on the mobile-specific component deployment and startup/attachment sequence; public API and sample checks do not establish an end-to-end mobile validation.
Validation
git diff --checkpasses.Internal previews
Build report