|
|
|
|
|
by BobbyTables2
283 days ago
|
|
Fully agree. If I find myself using a debugger it’s usually one two things:
- freshly written low level assembly code that isn’t working
- basic userspace app crash (in C) where whipping out gdb is faster than adding prints and recompiling. Even never needed a debugger for complex kernel drivers — just prints. |
|
Perhaps the debugging experience in different languages and IDEs is the elephant in the room, and we are all just talking past eachother.