|
|
|
|
|
by zwieback
1203 days ago
|
|
I'm a debugger lover and Visual Studio's is pretty great but GDB is also awesome. However, when debugging embedded systems with a good trace probe it's another whole world, using on-chip trace capabilities and being able to break on things like register or peripheral access makes it even more exciting. And expensive, unfortunately, since it's such a niche thing. |
|
I'm not an embedded dev neither am I a debugger developer but I'm playing with toy OS dev so just curious.