[Vm-dev] debugging info

Rob Withers reefedjib at yahoo.com
Sat Jul 24 06:37:39 UTC 2010


So I should run CroquetUnstripped.exe to debug?  I am a little confused by all the binaries.


From: Eliot Miranda 
Sent: Friday, July 23, 2010 1:06 PM
To: Squeak Virtual Machine Development Discussion 
Subject: Re: [Vm-dev] debugging info




--------------------------------------------------------------------------------





On Fri, Jul 23, 2010 at 5:14 AM, Rob Withers <reefedjib at yahoo.com> wrote:


  How can I compile with debugging info under cygwin?  I tried -g and it blew up on me.



Have a look at the Cog cygwin makefiles. They use -ggdb2 (-ggdb3 & -ggdb3 works too) and  --add-gnu-debuglink to connect the stripped executable to the unstripped for debugging the stripped executable.


  Thanks,
  Rob 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20100724/9d7c3f64/attachment-0001.htm


More information about the Vm-dev mailing list