Aqui colocaremos nosso comentario --- begin quoted text
At 12:03 2002-10-30 -0500, you wrote: >Does anyone know if there's a way to have both the emulator and the >simulator running at the same time with one connected to the CW debugger? >Obviously I can run them both, and I've had them both connected to the >debugger before, but whenever they are both running I can't connect either >one to the debugger. thanks The debugger in V8 can only support one session at a time. There is a lot of legacy code in that version of the debugger that uses global variables and other constructors that prevent multiple sessions. For V9, we've reworked the whole debugger, and multiple sessions are supported. With it, it would be possible to launch two instances of POSE, or a POSE and a PalmSim, or POSE and a device, and have them all in separate debugger windows. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums --- end quoted text -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
