Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: AndrewCot on April 16, 2022, 02:18:22 pm

Title: GDB/MI debugger source ready for testing on Windows x64 only with SVN 12796+
Post by: AndrewCot on April 16, 2022, 02:18:22 pm
The GDB/MI debugger source is ready for beta testing and feedback for Windows only. I have used it to debug it's self and the work I was doing to investigate the LLDB work.

To build and test the plugin you will need to do the following:1. Using C::B SVN 12796 sources or later.2. Create the src\plugins\contrib\debuggerGDB_MI directory3. Copy the https://github.com/acotty/CB_GDBMI_PLUGIN source into the src\plugins\contrib\debuggerGDB_MI directory4. Load the debbugger_gdbmi_wx31_64.cbp  project5. Build the project6. Run codeblocks.exe in the devel31_64 directory.7. In the src\plugins\contrib\debuggerGDB_MI directory is the debugger_gdbmi.cbplugin file that you can use to add the plugin to your stripped build if you want.
Please read the readme.md to see what you can help with if you have time or if you can just test it and give feedback, but check the table in the readme.md  and the outstanding items to see if the issue is already known or not.

 
Title: Re: GDB/MI debugger source ready for testing on Windows x64 only with SVN 12796+
Post by: ollydbg on April 17, 2022, 01:28:59 pm
tinyxml2\tinyxml2.cpp

This file also the header file do not exist in the git repo.
Title: Re: GDB/MI debugger source ready for testing on Windows x64 only with SVN 12796+
Post by: AndrewCot on April 18, 2022, 01:57:53 am
Thanks, I just fixed this.