From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bb85f0028c48db4a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-26 05:58:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3ABF3D17.BBC158D3@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: debugging JGNAT applications References: <99na60$e3c$1@kujawiak.man.lodz.pl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 26 Mar 2001 13:56:54 GMT NNTP-Posting-Host: 63.178.180.37 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 985615014 63.178.180.37 (Mon, 26 Mar 2001 05:56:54 PST) NNTP-Posting-Date: Mon, 26 Mar 2001 05:56:54 PST Xref: supernews.google.com comp.lang.ada:6047 Date: 2001-03-26T13:56:54+00:00 List-Id: Michal Morawski wrote: > > Hi, > > Does anybody know the debugger, which can be used to debug (in a visual > manner - not in textual like jdb) programs written with JGNAT. > I have tried SWAT but it cannot see adb files (jdb can) > > Thanks in advance > Michal Morawski The Java IDEs I've come across recently seem to consider it inconceivable that Java Byte Code could have originated from anywhere other than a ".java" file, so you might be stuck. The Dynamic Dispay Debugger (ddd) can provide a GUI-front end to jdb, though it was pretty marginal when I tried using it for that a year ago. I don't think gvd (GNU Visual Debugger) supports jdb yet, but I'll bet it's on their list. Marc A. Criley