51
Nightly builds / Re: The 09 April 2026 build (13831) is out.
« Last post by Pecan on April 26, 2026, 08:27:35 pm »Installation Guide: Debugger GDB/MI Plugin
A CodeBlocks plugin using the machine interface of the GDB debugger.
For Code::Blocks Nightly Build 260409_rev13831_win64 only.
Download github binary zip
Source is available at github Source
1. Preparation
2. Installation
3. Configuration
After installation, go to Settings->Debugger->GDB/MI default
4. Usage
Go to MainMenu->Debug->Active Debuggers and select GDB/MI default.
Report issues in this thread with your Nightly Build date and OS.
A CodeBlocks plugin using the machine interface of the GDB debugger.
For Code::Blocks Nightly Build 260409_rev13831_win64 only.
Download github binary zip
Source is available at github Source
1. Preparation
- Ensure Code::Blocks is not running.
- Extract the ZIP contents into a temporary folder.
- Note: While installing, the .exe, .dll, and .zip files must stay together.
2. Installation
- Run InstallDebuggerMI.exe.
- Select your Code::Blocks Nightly folder when prompted.
- Constraint: Your CB Nightly version date and revision must match the install zips file name.
- Installing into a mismatched nightly version will cause it to stall and crash.
3. Configuration
After installation, go to Settings->Debugger->GDB/MI default
- Set the executable Path: Browse to your gdb.exe.
- Verify the other options meet your requirements.
- Click on the Ok button.
4. Usage
Go to MainMenu->Debug->Active Debuggers and select GDB/MI default.
Report issues in this thread with your Nightly Build date and OS.
Recent Posts