Closed beetleskin closed 6 years ago
Yes, AFAIK ipdb is the way to go. You can set a break point with
import pdb; pdb.set_trace()
And isn't there a marv-ipdb
executable as well that can be used as a drop-in replacement for marv
?
That's what I'm was looking for, thanks!
While development, I encounter cryptic errors a lot. Is there a best practice to debug custom nodes, started from cli, with the python debugger and step through it? Using ye old debug-prints is very cumbersome and time-consuming.