Hello,
I built a relatively complex event planning app which i realised i don’t know how to effectively and efficiently debug. There are so many API workflows, roles, actions and scenarios which are intertwined. There is no way I can the gain confidence to launch by just playing around with its version-test.
What are your experiences with debugging complex apps? Is there a template / visualizing method for debugging which is standard practice?
Thanks, glad to hear i’m not alone!
Yeah ive realised just how useful the debugger and server logs can be.
I’m not particularly worried of fixing the bugs once the’re found, I’m actually more worried about finding them in the first place. Ive found some really weird, rare, but catastrophic bugs while playing around with the app and I’m worried that i wont found all of these bugs by just looking around.