One question: When I looked at the file: debugger_gdbmi_wx33_64.cbp
<Extensions>
<envvars set="cb_plugin" />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxPanel wxs="wxsmith/config_panel.wxs" src="src/config.cpp" hdr="src/config.h" fwddecl="1" i18n="1" name="ConfigurationPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
I don't see the wxs file in the github code repo, did you forget to add it to the repo?
EDIT1:Or maybe, the config.h and config.cpp is not necessary for building this plugin?
EDIT2:I think the debugger_gdbmi_wx32_64.depend those depends file should be removed from the code repo.