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

Reply via email to