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
