|
|
|
|
|
by quelsolaar
1202 days ago
|
|
To me the debugger is perhaps the most important tool and I much rather have a bad editor with a good debugger than a great editor without. I find that typing code is never the limiting factor in productivity, being able to understand what your code does is, and a good debugger is a game changer. The same goes for languages, there is a lot of discussion about what various languages do, but not what debuggers are available for them. Visual studio has many faults, but IMO it runs circles around the competition when it comes to te debugger. |
|
The fact that you can pause execution and start writing commands to execute on the fly in the debug console is VERY POWERFUL.