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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2eaa2dcf836e629b X-Google-Attributes: gid103376,public From: escheria@aol.com (Escheria) Subject: Using the SDS SingleStep Debugging Suite for Ada??? Date: 1998/07/19 Message-ID: <1998071902425500.WAA29899@ladder03.news.aol.com>#1/1 X-Deja-AN: 372784899 Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada X-Admin: news@aol.com Date: 1998-07-19T00:00:00+00:00 List-Id: I'd like to be able to use the SDS SingleStep debugging suite for code compiled with the Rational Ada compiler. The SingleStep debugger is intended only for C, C++, and Assembly code, however I'm presently able to get it to work for Ada with limited capabilities. Specifically, I can step, set breakpoints, step into/over, but I cannot perform data operations (Read, Evaluate/Modify, etc.). It doesn't seem to have the data necessary to see global and local variables. Has anyone else tried this? Any ideas on what specific data (and the required format) I might be able to provide to SingleStep? Thanks you.