Using the lldb debugger part 2 multiple languages and watchpoints

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • In this video, I want to show you can use LLDB to not just debug programs written in C but any language that suports DWARF debugging symbols (www dot dwarfstd dot org) , such as C++, Zig.
    I also touch on the topic of watchpoints, a variation of breakpoints, that allow you to watch for changes to a variable or a memory location and stopping the program for understanding why or who is changing the value of variables or writing to the memory at a certain point in the execution of the code.

ความคิดเห็น •