[4:18 pm: Savoring the warmth and folk music of a medieval castle.]
People like to say "Google is your friend." When working in Bubble, I'd say the debugger is your friend.
When in Run mode, the debugger shows up at the bottom, letting you view the properties of any element as you step through your app's operation:
After clicking the GET STARTED button while in Step-by-step mode, it displays the first step in the workflow and the properties of that button:
Clicking Run next causes the app to move to the next step in the workflow, "Scroll to UI Elements":
Clicking Run next again makes the app perform that scroll, taking us to the UI Elements section of the page:
Debugging is a super satisfying activity when it's not being done under too much pressure. It may start with some annoyance at having found a bug, but tracing its origins and gathering pieces of the puzzle gets you into a flow state. Each "Aha!" moment is a dopamine hit. Then the ultimate victory of fixing it can turn you into something of a hero for affected users.
[4:18 pm: Savoring the warmth and folk music of a medieval castle.]
People like to say "Google is your friend." When working in Bubble, I'd say the debugger is your friend.
When in Run mode, the debugger shows up at the bottom, letting you view the properties of any element as you step through your app's operation:
After clicking the GET STARTED button while in Step-by-step mode, it displays the first step in the workflow and the properties of that button:
Clicking Run next causes the app to move to the next step in the workflow, "Scroll to UI Elements":
Clicking Run next again makes the app perform that scroll, taking us to the UI Elements section of the page:
Debugging is a super satisfying activity when it's not being done under too much pressure. It may start with some annoyance at having found a bug, but tracing its origins and gathering pieces of the puzzle gets you into a flow state. Each "Aha!" moment is a dopamine hit. Then the ultimate victory of fixing it can turn you into something of a hero for affected users.