<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Apple silicon machine is very nice addition to the farm. Thank
you very much.</p>
<p>But:<br>
</p>
<div class="moz-cite-prefix">On 2021-03-21 8:40 p.m., Bruno Haible
via cfarm-users wrote:<br>
</div>
<blockquote type="cite" cite="mid:3533090.j2NcBNkid3@omega">
<pre class="moz-quote-pre" wrap="">6. There is no way to do interactive debugging, AFAICS:
* lldb refuses interactive debugging:
(lldb) run
error: process exited with status -1 (developer mode is not enabled on this machine and this is a non-interactive debug session.)
</pre>
</blockquote>
<p>without a debugger it is less useful. For example, my program
works on aarch64-linux machine but have an ice on the M1 machine.
without lldb I can say nothing.</p>
<p>Could it be possible to switch developers mode:</p>
<pre><code>sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer DevToolsSecurity -enable
</code></pre>
<p> </p>
</body>
</html>