|
|
|
|
|
by Negitivefrags
141 days ago
|
|
It's quite interesting to me the way that different "programming cultures" exist around debuggers. If you grew up doing windows C++ development, looking at things in a debugger is your first step. You only resort to printing values if you can't immediately see what happened in the debugger. A lot of other envioronment/language cultures are the opposite. Obviously both have their place, but I do feel like more people should use the debugger as the first step instead of the last. |
|