tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Debugger for TCC


From: grischka
Subject: Re: [Tinycc-devel] Debugger for TCC
Date: Sun, 18 Apr 2010 10:28:41 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Alexei wrote:
Which debuggers work with TCC executables? I mean source level debugging.
Thanks


GDB (or any debugger that understands stabs) should work.

However we have just global symbols (functions and variables) and line
number info.  No stack variables and no type info.  So, basic but better
than nothing.

--- grischka




reply via email to

[Prev in Thread] Current Thread [Next in Thread]