4
votes
Using Lazarus as a GDB frontend
Leonardo's blog
– Did you know that you can use Lazarus to debug applications compiled with other languages than Pascal?. If not, I can tell you that yes, you can!.Some times, I need to connect Delphi/FPC applications to C or C++ shared libraries compiled with gcc or g++, but its a pain to debug using command line gdb.Lazarus to the rescueOne very interesting way to debug C++ code I use is to open one or more C++ source files in Lazarus, set breakpoints, then configure the host application and run. Magically the execution stops in the breakpoints I defined, and I can step and inspect symbols as I do usually on ...
Statistics
|
Visits by Source |
User Actions |




