Quote:
Originally Posted by kovidgoyal
I have no clue on how to get the debugger working. I developed all of calibre without ever using a debugger. python has excellent builtin object introspection capabilities, which means that print() is quite sufficient for debugging.
|
I can imagine that if you wrote the code you know exactly what to expect and where. I on the other hand am trying to look in from the outside without knowing anything much yet from what's inside and need the benefits of visually stepping through code to see how it got there or to try find out which part of the for me totally unknown src is used when performing an action in the gui.