Are you running on POSE? Try having an app running in POSE with debugging
on. Even if it has nothing to do with the CODE resource you're debuggin.
When the warning occurs, hit the DEBUG button and you'll be dumped into the
debugger and you'll have your stack trace plus disassemly of the code, plus
registers. You should be able to quickly see what is hitting low memory.
Alan Pinstein
Synergy Solutions, Inc.
http://www.synsolutions.com
1-800-210-5293
>Hi,
>
>dev enviroment: NT 4 with CWR5.
>
>How do I debug a function in a code resource? My app crashes
>(under emulator) in a code-resource call (different PRC file).
>Emulator reports "<app> read/wrote to low memory"
>I don't need fancy source level debugging, but at least a
>function call trace would suffice. Is there any way
>I can get this?
>
>Note: I don't use Mac, but I am willing to use gdb/unix if
>required. Is there anyway I can trace this bug?
>
>--
>Ion