Similar issue in Windows:

When using WinDbg and shoes compiled with 'rake DEBUG=1' I can see
stdout messages (with INFO("blabla")), but WinDbg complains with "***
ERROR: Symbol file could not be found". What symbol file path can I
enter to get WinDbg to map breakpoints to source code lines?

Cheers,
Tim

On Sun, Dec 21, 2008 at 2:38 PM, Tim Elliott <[email protected]> wrote:
> I'm looking at the Shoes sources and experimenting with them in OS X.
> I'm not familiar with objective c and the OS X build environment, and
> I'm having trouble getting a quick turnaround when debugging the code.
> I'm also not sure if there is a better way to spit out debug code.
> Right now I:
>
>  1. Edit sources and add shoes_debug statements in places where I
> want to get more information (e.g. adding "shoes_debug([t_key
> UTF8String]);" to shoes/http/nsurl.m)
>  2. Run 'rake' in the shoes directory to build
>  3. Run a Shoes test app
>  4. If the app crashes and I get the OS X crash recovery window, I
> have no idea what to do. I end up commenting out code, recompiling,
> and seeing if that fixes the problem.
>
> Any tips to speed things up?
>
> Cheers,
> Tim
>

Reply via email to