Re: Enable simple debug instruction with gexace

"Eric Bezault ericb-D6Qt/9opevxWk0Htik3J/[email protected] [gobo-eiffel]" <[email protected]> Tue, 09 Sep 2014 11:20:46 +0200
Newsgroups gmane.comp.lang.eiffel.gobo.general
Message-ID <[email protected]>
Hi Berend,

On 9/9/2014 9:23 AM, Berend de Boer [email protected] [gobo-eiffel]
> How do I enable:
>
>    debug
>      print ("hello%N")
>    end
>
> in gexace? I tried:
>
> 		<option name="debug" value="true"/>
>
> but it doesn't enable this. Specific tags work though:
>
> 		<option name="debug_tag" value="test"/>

As far as I can see in the code, the following line:

    <option name="debug" value="true"/>

in the Xace file should generate the following line:

    <option debug="true"/>

in the ECF file. How does your generated ECF file look like?

-- 
Eric Bezault
mailto:ericb-D6Qt/9opevxWk0Htik3J/[email protected]
http://www.gobosoft.com


------------------------------------
Posted by: Eric Bezault <ericb-D6Qt/9opevxWk0Htik3J/[email protected]>
------------------------------------

To Post a message, send it to:   [email protected]
To Unsubscribe, send a blank message to: [email protected]