When running a simple PyOtherSide example in QtCreator and setting a breakpoint in python code, is doesn't work (expected).
How do you go about debugging python code used in PyOtherSide?
Also, it appears print
commands from python doesn't show up in my application output, similar to the way the console.log
commands in qml do.