Thanks to Emanuele Lombardi.
The problem was my wrong usage of dbx (sigh!).I wanted to step into a
program
without set an initial breakpoint in the program.
The right sequence is:
dbx prog
(dbx) list
(dbx) stop at ...
(dbx) run
at this point you can use cont or step.
Ciao a tutti.
--------------------------------------
Isidoro Sepe - Telesoft S.p.A.
Via Vicinale S.Maria del Pianto, snc
80143 - Napoli (Italy)
Phone: +39-81-756-4486
Fax: +39-81-756-4252
E-mail: isidoro.sepe_at_tlsoft.it
-------------------------------------
Received on Tue Jun 02 1998 - 14:55:28 NZST