Derek Johnson
While many believe that programmers or coders interact directly with computers or machines through code, it isn’t entirely true. Computers understand what we refer to as machine language- a set of instructions in binary combinations,… – Details…
1 year ago in compiler, Debugger, Delphi, IDE, programming0
Carlo Kok
In this previous post, I spoke about writing a debugger. This one will talk about the formats a debugger needs to be able to read. For our debugger we settled on using DWARF debug info… – Details…
2 years ago in Debugger0
Carlo Kok
For the Upcoming version of Elements we completed the port from LLDB to our own native debugger. We already had debug engines for .NET, Java, WebAssembly, Windows and Linux, but for iOS and macOS we… – Details…
2 years ago in Debugger0
Francesca Gaillard
… you may end up chasing memory leaks that don’t exist. I was at work investigating some bizarre behavior of our application when dealing with a big customer file and I had ReportMemoryLeaksOnShutdown turned on… – Details…
12 years ago in Bug, Debugger, Delphi, IDE, Memory Leaks, Quality0