-
-
Notifications
You must be signed in to change notification settings - Fork 295
Bring back the integrated debugger #686
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
Comments
Some progress has been made here - master...rupeshkumar22:processing-android:debuggerImprovements The above changes were not sufficient to make it run, adding android:debuggable="true" in the AndroidManifest.xml before running the sketch on the emulator was essential to resolve an issue mentioned here - https://stackoverflow.com/questions/18893656/application-is-waiting-for-the-debugger-to-attach For now, Debugger seems to be working fine- I need some information to test the working of the debugger. Is there any documentation available to test the debugger's functionality? @codeanticode @ranaaditya |
@codeanticode @ranaaditya I am looking for versions of Android Mode and processing 3 in which the debugger was stable and working well last time when @manav-mj contributed. Do you remember the versions @codeanticode ? I am able to launch and run the debugger but some null pointer exceptions were faced when trying to use Continue, Step buttons. Comparing the changes from the stable debugger branch would be helpful. Currently, I'm going through commit #491 to understand the debugger workflow. |
The debugger should work with version 4.3.0 of the Android mode and version 3.5.4 of Processing. |
Thanks for informing the versions @codeanticode |
Solved with #711 |
The integrated debugger is currently disabled due to the changes in the API of the PDE editor in Processing 4:
https://github.com/processing/processing-android/blob/master/mode/src/processing/mode/android/AndroidEditor.java#L88
The text was updated successfully, but these errors were encountered: