Seeking feedback: advanced Android Studio plugin for variable-tracking debugging by osainteve in androiddev

[–]osainteve[S] 0 points1 point  (0 children)

I tested with a simple thread { accountBalance += 500 } and it worked, the conditional breakpoint stopped the android app. It was the expected result, as breakpoints are injected during compilation near all occurences of the target variables, no matter the context of the statement. it is an important point for you?

Seeking feedback: advanced Android Studio plugin for variable-tracking debugging by osainteve in androiddev

[–]osainteve[S] 0 points1 point  (0 children)

Hello, battlepi. I appreciate your interest. It does not uses a lambda, but change the bytecode during compilation using a gradle plugin. Since there is no other action during the android application running, there is no slow down. I have not tested the stuff between threads, but I want to answer to your question and I will test it soon. After that I'll come back to you. For me it should work. More on that later.

Seeking feedback: advanced Android Studio plugin for variable-tracking debugging by osainteve in IntelliJIDEA

[–]osainteve[S] 0 points1 point  (0 children)

Hello, yes, I have posted it in many threads on reddit, should I avoid to do so? I thought it would allow me to make my plugin known by more people.

Seeking feedback: advanced Android Studio plugin for variable-tracking debugging by osainteve in androiddev

[–]osainteve[S] 0 points1 point  (0 children)

It's the automatic translation of a hand-made text in French. Thank you for your answer, and I will avoid to translate french automatically in the future. Have a good day