Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

cbMemoryView

This is a plugin for codeblocks https://www.codeblocks.org/ cbMemoryView expands the debugger plugin with an additional window, that allows to view memory from different adresses and range. New tabs can be added and the title of the tabs can be renamed with the context menu on the tabs

Screenshots

View of cbMemoryView integrated in codeblocks. With right click on the tabs you can rename it, and add new tabs

Main view with contex menu

Detailed view of the cbMemoryView window. Enter the memory adress you want to see in the Adress field, select the size of Bytes you want to see and hit enter The view gets updated every time the debugger stops. The left half of the window displays the memory content in hex and the right half in ascii

Main view with contex menu

cbMemoryView can be activated with the menu entry in Debug->Debugging windows->Memory view

Main view with contex menu

Installation

At the moment the plugin has to be compiled by yourself.