Hacker News new | ask | show | jobs
by longinoa 4145 days ago
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.

1 comments

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