How to show print output result in terminal in vs code?

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

Hello @roudan, could you share some of your code to look into that issue?
This is a little example in my code, running on vs code terminal.


Captura2

2 Likes

Thank you so much avalos-p, yes it is working now. I appreciate you help me confirm it

1 Like