remote debugging of photon applications

hello everybody!

I just installed momentics suite on my windows host and tried to debug
remote a “photon-hello-world” app on my qnx6.2 x86-target. So far so good.
To view the the application-output I started phindows. But the problem is:
phindows is connected to another photon device (/dev/ph) and
not to the default device (/dev/photon) where the application is always
connected to. So the application’s output isn’t visible to me anytime.

Thanks for help!

best regards
michael

On Fri, 14 Mar 2003 15:46:30 +0000 (UTC), mirtch@gmx.net (michael m) wrote:

hello everybody!

I just installed momentics suite on my windows host and tried to debug
remote a “photon-hello-world” app on my qnx6.2 x86-target. So far so good.
To view the the application-output I started phindows. But the problem is:
phindows is connected to another photon device (/dev/ph) and
not to the default device (/dev/photon) where the application is always
connected to. So the application’s output isn’t visible to me anytime.

try the -n /dev/photon option on phindows.
Regrettably the startup dialog doesn’t offer access to all the command
line options, so you must start phindows from a commandline (or
do the shortcut thingy)
e.g. phindows -n/dev/photon -t192.168.0.2
NB there is no space between option&parameter.