[Vm-dev] [CMake] Can we create StackInterpreterDebugMacOSConfig ?

Mariano Martinez Peck marianopeck at gmail.com
Wed Mar 16 15:58:57 UTC 2011


I've just create it:

StackInterpreterMacOSConfig subclass: #StackInterpreterDebugMacOSConfig
    instanceVariableNames: ''
    classVariableNames: ''
    poolDictionaries: ''
    category: 'CMakeVMMaker'

And implemented:

StackInterpreterDebugMacOSConfig >> compilerFlags

    ^  self commonCompilerFlags, ' ' ,self compilerFlagsDebug



Is this correct ?  I would like to complelty debug with XCode out of the
box.

Thanks

Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20110316/bfc8c5df/attachment.htm


More information about the Vm-dev mailing list