Saturday, January 16, 2021

How to debug python blocks.

So this is a relatively generic question about what people's processes for writing and debugging python blocks are. 

In C++ I use VScode and just run the gdb debugger - I can place breakpoints, look at variables, and step through the program super easily. 

Ideally I would like to be able to do the same with python blocks, but am not sure if it is possible.

Thanks, 
Nick

No comments:

Post a Comment