You can also use radare or radare2. But source level is not very well supported, just addr2line.

On Apr 18, 2010, at 10:28 AM, grischka <[email protected]> wrote:

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


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to