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,… … Read more
3 years 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… … Read more
4 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… … Read more
4 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… … Read more
14 years ago in Bug, Debugger, Delphi, IDE, Memory Leaks, Quality0