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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,48e1a3c594fb62e8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!q30g2000yqd.googlegroups.com!not-for-mail From: Rod Chapman Newsgroups: comp.lang.ada Subject: Re: SPARK Date: Thu, 13 May 2010 13:05:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 65.199.61.105 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1273781105 26999 127.0.0.1 (13 May 2010 20:05:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 May 2010 20:05:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q30g2000yqd.googlegroups.com; posting-host=65.199.61.105; posting-account=HCzrEgkAAABSfGsTnv-u5wET6EzuneVi User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11591 Date: 2010-05-13T13:05:05-07:00 List-Id: On May 13, 8:43=A0pm, Yannick Duch=EAne (Hibou57) wrote: > > Run the Examiner with -vcg -debug=3DV > > (see section 3.1.4 of the Examiner User Manual)... > > OK. I had seen the debug option from the help command and though this was= =A0 > not the good one. > Finally, this is the =93debug=3Dd=94 which produce dot files for GraphViz= . =A0 > However, the v and V values also gives readable output in the form of a = =A0 > list (raw text). -debug=3Dd dumps expression DAGS in DOT format. -debug=3Dv or V produces output on the screen AND also produces DOT format for the VCG graph(s) alongside the generated .vcg files. if you use -debug=3DV and then look at the sequence of generated graphs in numerical order, you'll see how the VC-generator works! > Note for the Windows platform : the prefix for SPARK's command line =A0 > switches is "/" instead of "-" ("/" is indeed the native Windows style fo= r =A0 > command line options). We have now switched to use "-" on all platforms, so it's best to use "-" on Windows now... - Rod