<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 2020-05-30 3:37 a.m., Christof
Thalhofer wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1109a71e-3447-4a75-9b74-14d7a067f9f0@deganius.de">
<pre class="moz-quote-pre" wrap="">Am 30.05.20 um 10:05 schrieb Brian G:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I don't think I am enamored with the new debug with parameters process.
When I am working on a module that takes command like parameters and am
debugging it. Having to click three times for every round of testing is
a little annoying. Why has this been changed.
It was great for debugging the old way, set it and just go till done
with debug session.
Feels more like work the new way.....
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
I agree. If we were able to select (or deselect) the argument in the
form 'Run with arguments' that had to be run automatically when F5 was
hit, that would be a lot better.
But I find the new dialog to be a great improvement over the old one,
with which I despaired a couple of times. Also that it's not in the
'Project' dialog any more is a great improvement for me.
Alles Gute
Christof Thalhofer
On 2020-05-30 3:37 a.m., Christof Thalhofer wrote:<blockquote type="cite"><pre class="moz-quote-pre" wrap="">Am 30.05.20 um 10:05 schrieb Brian G:
</pre><blockquote type="cite"><pre class="moz-quote-pre" wrap="">I don't think I am enamored with the new debug with parameters process.
When I am working on a module that takes command like parameters and am
debugging it. Having to click three times for every round of testing is
a little annoying. Why has this been changed.
It was great for debugging the old way, set it and just go till done
with debug session.
Feels more like work the new way.....
</pre></blockquote><pre class="moz-quote-pre" wrap="">
I agree. If we were able to select (or deselect) the argument in the
form 'Run with arguments' that had to be run automatically when F5 was
hit, that would be a lot better.
But I find the new dialog to be a great improvement over the old one,
with which I despaired a couple of times. Also that it's not in the
'Project' dialog any more is a great improvement for me.
Alles Gute
Christof Thalhofer
</pre>
<fieldset class="mimeAttachmentHeader"></fieldset><pre class="moz-quote-pre" wrap="">
----[ <a class="moz-txt-link-freetext" href="http://gambaswiki.org/wiki/doc/netiquette">http://gambaswiki.org/wiki/doc/netiquette</a> ]----
</pre>
</blockquote></pre>
</blockquote>
<p>I agree. Leave the debug dialog where it is but return the run
button to its previous menubutton style.</p>
<p>Other thoughts:</p>
<p>Please make the menu selection mode checked rather than radio.
This would let you select multiple commandline parameters, which
you can't do now.</p>
<p>Say you want a command like: drive --speed 50 --destination "New
York". All you can do now is provide one parameter "--speed 50
--destination \"New York\"", which seems to be treated as Exec
["drive","--speed 50 --destination \"New York\""], not Shell
"drive --speed 50 --destination \"New York\"". A multiple
selection approach would let you construct the appropriate Exec
command.<br>
</p>
<p>An alternative, perhaps better, approach, would be to add simple
shell-like parsing to the parameter, i.e. treat "--speed 50
--destination \"New York\"" as Exec
["drive","--speed","50","--destination","New York"]. However,
this would still miss Shell's wildcard extensions.</p>
<p>A third approach would be to abandon the Exec treatment for a
Shell treatment. <br>
</p>
</body>
</html>
<br/><i>Email domain proudly hosted at <a href="https://migadu.com">migadu.com</a></i>