Hi
I am using VS Code and I am trying to add print function inside each function to debug the code when running dashboard, for example, when clicking on one button, I’d like to see print result in the terminal of VS code.
Otherwise, even when I click on one button and execute one callback, the print() inside the callback is nevered shown.
How to do it? Thanks