Hacker News new | ask | show | jobs
by vsareto 1786 days ago
How easy is it to debug something in Bubble for a dev and non-dev? They're using Javascript for the custom code part of the platform. Is it the same for the no code part?
1 comments

Debugging the NoCode part in bubble is super super super easy.

When logged into bubble, add ?debug_mode=true in URL.

See the bottom toolbar. Step by step through any workflow action. (Event based paradigm) or inspect any element and check any state/property. Not chrome inspect tools. Bubble has its own debugging.

Backend debugging is slightly trickier. The logs are harder to read. Sprinkling some database entries makes it easy