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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Running a preprocessor from GPS? Date: Thu, 30 Jul 2015 15:46:23 +0100 Organization: A noiseless patient Spider Message-ID: References: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> <014427b1-ff7a-4a69-82e6-0330af77ed96@googlegroups.com> <91f88d79-197c-419f-84a8-908e05967a2c@googlegroups.com> <135c2b00-d13c-4f5d-a586-8aca442d363b@googlegroups.com> <947bb170-91aa-4e99-810e-7154be9bae6a@googlegroups.com> <8a0dc4af-83dc-4f24-b5ac-51ffce5bb1b0@googlegroups.com> <1voiopokwu6uk.16sv2apmjfgu6$.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="fbe1d5b0173017f7cc2ccfa8ad3bc8c1"; logging-data="3702"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19JfcKCnNl6ANPCgI/RmrYM4rn5/zg64t0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:34a8xjGqk/dwQw23EQgtuCF3LdI= sha1:O7o+0goLHxa9hpw9p3XvEZm371g= Xref: news.eternal-september.org comp.lang.ada:27215 Date: 2015-07-30T15:46:23+01:00 List-Id: "Dmitry A. Kazakov" writes: > GNAT provides stack traces at run time. You can have a symbolic trace > back down to the individual source lines. [This does not work on some > platforms, though. Which is the reason why it is not a language > feature. The implementation burden would be too high for some small > microcontroller] But it's fine in the debugger (since the debug info is on the host). Of course this doesn't help if the exception happens in deployed software.