-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Dear all,
I wanted to follow up on a brief conversation I had with @roiser regarding debugging tools. First of all, I think it's great that it's part of your beginner track because I often see this topic being ignored while, in fact, it's one of the most important topics there is. I reached out to @roiser to "advertise" the graphical debuggers. It seems like over time people fell back to using gdb / lldb via the terminal, but there are arguably many advantages to using GUIs for debugging. E.g., CodeLLDB is a free extension for VSCode integrating debugging of CPP code in the IDE. There are many alternatives (see for instance ATPESC2022, Track 6) but some of them are not free.
Point of this issue is that I think it would be very helpful to make people aware of these tools such that they at least know they exist and can follow up if they wanted to. So I think it would be good to consider allocating 1-2 slides to expose participants to these tools. :)
Tobias