Updated plugin compilation info?

HM
Hernán Morales Durand
Fri, Sep 23, 2022 12:12 PM

Dear all,

I wrote a stupid debugger plugin and generated the C code using:

ProtoDebugInterpreterPlugin
translateInDirectory: 'ProtoDebug' asFileReference
doInlining: false.

I remember time ago I modified a plugins.ext file and then copied necessary
C headers to a directory (along with my generated .c from Slang) etc etc.

Now where should I put my new .c file?

Which command/script do you use to compile the VM with a new plugin?

Cheers,

Hernán

Dear all, I wrote a stupid debugger plugin and generated the C code using: ProtoDebugInterpreterPlugin translateInDirectory: 'ProtoDebug' asFileReference doInlining: false. I remember time ago I modified a plugins.ext file and then copied necessary C headers to a directory (along with my generated .c from Slang) etc etc. Now where should I put my new .c file? Which command/script do you use to compile the VM with a new plugin? Cheers, Hernán