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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c88d608f416c108 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-13 22:51:47 PST Path: nntp.gmd.de!newsserver.jvnc.net!news.cac.psu.edu!news.tc.cornell.edu!travelers.mail.cornell.edu!news.kei.com!news.mathworks.com!news.alpha.net!uwm.edu!lll-winken.llnl.gov!decwrl!pagesat.net!warp10.smartdocs.com!coyote.rain.org!coyote.rain.org!not-for-mail From: haltarac@coyote.rain.org (Henri Altarac) Newsgroups: comp.lang.ada Subject: Re: Anyone built a debugger for Ada? Date: 13 Nov 1994 19:42:38 -0800 Organization: RAIN Network Message-ID: <3a6mbe$clc@coyote.rain.org> References: NNTP-Posting-Host: coyote.rain.org X-Newsreader: TIN [version 1.2 PL2] Date: 1994-11-13T19:42:38-08:00 List-Id: Maarten Landzaat (gijs@mbase97.xs4all.nl) wrote: : Hi, : I'm trying to build a simple debugger for Ada programs, because Adaprobe : (debugger from Alsys) does not work in our environment. I'll describe Can you elaborate. Why cannot you use AdaProbe? (and what did Alsys say ?) Your approch will probably work but it looks like your program will end up being quite large with all the add-on code and the execution will sure be slow if you trace every line. Building the 'image for any type is going to be quite complex. I suggest you look into ASIS that brings you a higher level description of your application instead of lex/yacc. ----- Henri Altarac haltarac@rain.org Santa Barbara.