How can I inspect the contents of variables, or print their contents to the ‘Output’ sidebar?
Anything printed with a print
statement should appear in the Output panel and the App Logs (App Logs are split by user session so you can track what’s happening in a single visit.)
In that case, this is a bug report - could you please explain what you did, what the intended outcome was, and what the actual outcome was, in enough detail that I can reproduce it?
Sharing a clone link with an example of the problem would also be extremely helpful.
@shaun Ok it’s working now, what was happening was that I thought I had set up my front-end function to get called when I clicked a button, but it wasn’t actually in the ‘click’ box. I wish there was a NotImplementedError raised if you clicked a button on the front-end that didn’t have a function set up for the ‘click’ event.