I'm having the same problem. I create a sample PNO application on PODS and when I execute it and click in the button (the button execute the PceNativeCall) the Palm halts. When I comment the following debug code (in the PNO) it works: AdnDebugEnableSet(kAdnEnableMasterSwitch | kAdnEnableDebugIndicator | kAdnEnableFullDebugging | kAdnEnableShowSafeFatalAlerts); AdnDebugNativeRegister('appl', 'TPNO', 'ARMC', 0x1000); AdnDebugBreak();
I'm testing the application with a Tungsten T3 with the correct DebugNub installed and deploying the DebugDevice version. Does anybody knows why the sample PODS PNO project don't work?
You need to be running it from the Palm OS Debugger and be connected to the T3 ARM DebugNub -- if not, the device will lockup when it tries to connect to the debugger and do its breakpoint.
Palm OS Developer Suite doesn't directly support debugging of PNO-based apps -- you have to use the standalone debugger for that.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
