processing / processing-android

Processing mode and core library to create Android apps with Processing
http://android.processing.org
779 stars 293 forks source link

Working Debugger with Variable Inspector - Final PR #711

Closed rupeshkumar22 closed 2 years ago

rupeshkumar22 commented 2 years ago

This PR is the further improvements on the leftover functionalities from the previous PR #710

This PR provides-

DebuggerAndVariableInspector (Note: I am using a mirror software while running the sketch on the actual device(not the emulator) shown in the screenshot above)

I missed adding this line in the previous PR because of which the debugger might not work in the last beta release. But a new beta release after merging this PR would resolve the debugger issue @codeanticode

As per the recent discussions with @ranaaditya , We may think of redesigning the current implementation of the debugger in the future, to make the implementation more simplified. But for now as the debugger is working fine, I am moving further to other tasks.

An outcome of Google Summer of Code 2022 Author - Rupesh Kumar @rupeshkumar22 Mentor - Aditya Rana @ranaaditya Project Lead(Processing For Android) - Andrés Colubri @codeanticode

ranaaditya commented 2 years ago

Looks Good to me 👍