blog/developer-workflow-debug-and-junit/ #5332
Replies: 1 comment 3 replies
-
|
let me check if I understand well. this document told that it's possible to debug the CN1 App in a real device without need a mac? Explain me please. On-device debugging that treats Java as Java PR #4999 (iOS) and PR #5012 (Android) close that gap. As of this week any JDWP-speaking debugger (IntelliJ IDEA, jdb, VS Code’s Java Debugger, Eclipse, NetBeans) can attach to a Codename One app and treat the running process as a JVM. Supported targets: iOS the iOS Simulator (requires a Mac, because the iOS Simulator only runs on a Mac), Android the Android emulator, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
blog/developer-workflow-debug-and-junit/
A walk-through of the new JDWP-based on-device debugging pipeline for ParparVM iOS apps and Android apps, with a step-by-step IntelliJ tutorial for each. Plus a short tutorial on the new standard JUnit 5 integration against the JavaSE simulator, with annotations for the visual configuration.
https://www.codenameone.com/blog/developer-workflow-debug-and-junit/
Beta Was this translation helpful? Give feedback.
All reactions