Hacker News new | past | comments | ask | show | jobs | submit login

Just an honest question: What's the benefit of using this over the adb bridge and debug bridge to debug code on-the-fly?



The biggest difference is you dont need to add debug code deploy, you just connect.

For things like the network traffic it is really hard to see request/response for a particular thing.

For the dumpers - those are basically a main method inside your program that you can run whenever. Its a nice way to change (or dump) state of the program, similar to adb shell dumpsys, but also allows a richer interface for changing state.


That's a great explanation. Thank you. Doesn't it cause problems not being able to pause the execution of the programme?




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: