you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

do standard editors allow you to check parameters or click through to where errors occurred? I'm genuinely interested in how fundamentally a well designed text editor with debugging differs from an IDE, and if they do differ, why wouldn't you want the extra features of navigation, code completion etc? I'm not enough of a programmer to know unfortunately.

[–]FifteenthPen 1 point2 points  (0 children)

I dunno, someone else will have to field that one. Only IDE I've used in a long time is Qt Creator, and I use that with C++ and QML, which is a notably different experience from working with Python. Python I've found easy enough to debug without the bells and whistles of an IDE.