[gvd-users] My first session on a supercomputer

Emmanuel Briot gvd-users@lists.act-europe.fr
25 Mar 2003 16:21:30 +0100


> I tried a separate dbx session on the 10-lines test program (that was 
> compiled with f90):
> 
> "dbx test.exe"
> 
> This session was allright. Typing "run" gave the regular output.
> 
> Next I tried "gvd --debugger=dbx" and I only got the message:
> 
> "The underlying debugger died prematurely. Exiting..."


GVD doesn't support dbx.
If this is something of interest to you, you might want to try and add
this. This currently requires knowledge of Ada95. Look at the files
debugger-gdb.ads and debugger-gdb-ada.ads for some examples

regards,
Emmanuel