Quote:
Originally Posted by kovidgoyal
No idea, I've never actually used an IDE debugger myself, just print(). Why do you need a debugger?
|
I seems to me easier to analyse and correct code on the fly and run the new statement at once, steping back. I am used to c#.
Till now I indeed use print() and switch to editor, copy code and run calibre-debug again. I would like to avoid these steps ( talking about plugins).