You need to include both of the following project files in the sub directories:
- Debugger_DAP\Debugger_DAP_wx32_64.cbp
- DebugAdapterProtocol\dapcxx_codeblocks_wx32_64.cbp
In the CodeBlocks_wx32_64.workspace file has the two project files added includign the dependency as follows:
<Project filename="plugins/contrib/Debugger_DAP/DebugAdapterProtocol/dapcxx_codeblocks_wx32_64.cbp" />
<Project filename="plugins/contrib/Debugger_DAP/Debugger_DAP/Debugger_DAP_wx32_64.cbp">
<Depends filename="CodeBlocks_wx32_64.cbp" />
<Depends filename="plugins/contrib/Debugger_DAP/DebugAdapterProtocol/dapcxx_codeblocks_wx32_64.cbp" />
</Project>
If you are manually merging or building the projects then you need to build the "Debugger WXDAP DLL" first and then the "Debugger DAP Plugin wx3.2.x (64 bit)". There are changes required in the core to get some of the functionality working. I hope that one of the changes I may not need due to the breakpoint move update I need to do, but the compilergcc changes are needed for Windows (see the Readme-DAP_setup.md Windows item 3 for the list of files changed).
I fixed more issues yesterday I found during the Linux and Mac testing. I still have two bugs, console output and breakpoint move (add remove lines) that I want to fix before the first release is feature complete. There is an issue with the breakpoint dialog context menu that I have no idea about.