Blog: on-device debugging on iOS and Android#5075
Closed
shai-almog wants to merge 1 commit into
Closed
Conversation
Walk-through of the new JDWP-based on-device debugging pipeline that landed in PRs #4999 (iOS) and #5012 (Android). Covers: - Why on-device debugging was historically a hassle (ParparVM translates to C; the Java->Java bridge to the IDE got lost). - The three iOS pieces: translator instrumentation, device runtime, and the standalone JDWP proxy under maven/cn1-debug-proxy/. - The Android orchestration via adb (no proxy needed because ART already speaks JDWP). - The IntelliJ run-configuration pair that ships with the archetype for both platforms. - USB, wireless, and simulator/emulator paths. Paired with the May 29 weekly release post.
3 tasks
Contributor
Cloudflare Preview
|
Collaborator
Author
|
Superseded — consolidating the follow-up posts so this release week ships fewer, broader posts. New merged versions in the follow-up PRs to this one. |
3 tasks
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
adbplus a Maven Mojo), and the two-click IntelliJ flow that the archetype now ships.File
docs/website/content/blog/on-device-debugging-ios-and-android.md— single new file, no other website changes.Sequencing
Intended to publish the day after the weekly index post (#5074). Date in the front matter is
2026-05-30. The post links back to the weekly index and forward to the next-day connectivity APIs post, so merge order matters: this PR should land after #5074 and before the connectivity-APIs PR that will follow.Test plan
docs/websitesucceeds with the new post./static/blog/on-device-debugging-ios-and-android.jpg.