QNX debugger in a linux terminal

Hallo,

I’m accessing a qnx host sometimes through a linux (X)terminal. Unfortunately my
knowledge with terminals is very small, so the debugger didn’t.

Has anybody experiances with it and can show me a possibility to configure that.

Thanks a lot
Alexander

################################################

Stacom Softwareentwicklung Alexander Eisenhuth

Goethestr. 13

78467 Konstanz

Tel 07531-958922

Fax 07531-958925

Email: stacom@topmail.de

#################################################

In article <397D3D24.E6443F1E@topmail.de>,
Alexander Eisenhuth <stacom@topmail.de> writes:

I’m accessing a qnx host sometimes through a linux (X)terminal.
…so the debugger didn’t…

In a Linux Xterm:

telnet QNXWorkStation
Enter terminal type : xterm (probably not necessary)
login: itsme
password: secret

wd -console=tty ProgramToDebug

David

Real Programmers consider “what you see is what you get” to be just as bad
a concept in Text Editors as it is in Women

David Polock polock@uni-koblenz.de
Universitaet Koblenz
Institut fuer Softwaretechnik Tel: +49 261 287 2766
Rheinau 1, D-56075 Koblenz Fax: +49 261 287 2721

David Polock wrote:

In article <> 397D3D24.E6443F1E@topmail.de> >,
Alexander Eisenhuth <> stacom@topmail.de> > writes:

I’m accessing a qnx host sometimes through a linux (X)terminal.
…so the debugger didn’t…

In a Linux Xterm:

telnet QNXWorkStation
Enter terminal type : xterm (probably not necessary)
login: itsme
password: secret

wd -console=tty ProgramToDebug

sorry, I can’t figure out what console I should fill in. Did you do it that way?
What is your exact command line ?

Thanks
Alexander

Previously, Alexander Eisenhuth wrote in comp.os.qnx:

David Polock wrote:

wd -console=tty ProgramToDebug

sorry, I can’t figure out what console I should fill in. Did you do it that way?
What is your exact command line ?

I think that is his exact command line, except for ProgramToDebug,
isn’t it?

Sam


Sam Roberts (sam@cogent.ca), Cogent Real-Time Systems (www.cogent.ca)
“News is very popular among its readers.” - RFC 977 (NNTP)

Sam Roberts wrote:

Previously, Alexander Eisenhuth wrote in comp.os.qnx:
David Polock wrote:

wd -console=tty ProgramToDebug

Doesn’t the ‘c’ in console need to be upper-case (‘C’)?

sorry, I can’t figure out what console I should fill in. Did you do it that way?
What is your exact command line ?

I think that is his exact command line, except for ProgramToDebug,
isn’t it?

Sam


Sam Roberts (> sam@cogent.ca> ), Cogent Real-Time Systems (> www.cogent.ca> )
“News is very popular among its readers.” - RFC 977 (NNTP)

wd -console=tty ProgramToDebug
I think that is his exact command line, except for ProgramToDebug,
isn’t it?
Doesn’t the ‘c’ in console need to be upper-case (‘C’)?

Yes, it is the exact command line / no “console” with lower case c
works for me. I did anwer to Alexanders question by email. But for
the public: please regard the backquotes `` around tty. This means
that the output of the program tty should be used instead of the
character sequence tty. Of course it is possible to simply
execute tty and start the program with the given console value:

tty
//1/dev/ttyp0
wd -console=//1/dev/ttyp0

Best regards,

David


Lieber ein fehlender Zaehler, als ein zaehlender Fehler -
doch leider, wenn der Zaehler fehlt, das immer schon als Fehler zaehlt!