I&#39;ve just create it:<br><br>StackInterpreterMacOSConfig subclass: #StackInterpreterDebugMacOSConfig<br>    instanceVariableNames: &#39;&#39;<br>    classVariableNames: &#39;&#39;<br>    poolDictionaries: &#39;&#39;<br>
    category: &#39;CMakeVMMaker&#39;<br><br>And implemented:<br><br>StackInterpreterDebugMacOSConfig &gt;&gt; compilerFlags<br><br>    ^  self commonCompilerFlags, &#39; &#39; ,self compilerFlagsDebug<br><br><br><br>Is this correct ?  I would like to complelty debug with XCode out of the box. <br>
<br>Thanks<br><br>Mariano <br>