Fabian Maume

What is your process to debug mobile app?

As I'm currently hunting a tool to help with mobile app debugging, I'm curious to know what is your current process to debut apps. Are you trying to replicate the bug?

Add a comment

Replies

Best
Gibril Longmene
As a react-native developer, i usually use logging and consoling messages, sometimes i inspect the apps with the react native debugger which is a great tools of identifying bugs and errors
Peyt Spencer Dewar
@longmenegib do you use flipper?
Gibril Longmene
@psd i haven't used that yet, but comparing it with react-nativ-debugger, i think flipper is more performant. i will definitely give it a try
Yavuz Tunc Emran
Which framework are you using?
Fabian Maume
@tunc_emran this is generic question for any mobile app.
Nacho Franchini
@rapti and her team launched https://www.producthunt.com/post... a while ago. She is an authority in matters like these...
Rapti Gupta
@ifranchini thank you for the mention! Would love to know what app this is? @Bugasura we have an android app bug reporter that helps you capture and report bugs on any android app.
Murrell
I often combine different methods from different websites to get these problems fixed as quickly as possible. Or try this site https://developer.android.com/st...Tunnel Rush.
Mehmet Çetin
I used many many tools in the last 10 years but at the end of the day, I just print/log stuff... I am not sure if that is a confession or something, but it works 99% of the time for me.
Fabian Maume
@m_cetin yea guilty to do it too.
Hashir Ahmed
It involves reviewing error logs, replicating the issue, using debugging tools to analyze code flow and variables, and making necessary code changes. I iterate and retest until the issue is resolved.