Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

acotty/cbMemoryView

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%