Installation Guide: Debugger GDB/MI PluginA CodeBlocks plugin using the machine interface of the GDB debugger.
For Code::Blocks Nightly Build 260409_rev13831_win64 only.Download github binary zipSource 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. ConfigurationAfter 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. UsageGo to
MainMenu->Debug->Active Debuggers and select
GDB/MI default.
Report issues in this thread with your Nightly Build date and OS.