• Share this article:

Inside the Memory View: A Guide for Debug Providers

Friday, September 7, 2007 - 14:24 by Wayne Beaton

“Inside the Memory View: A Guide for Debug Providers” by Samantha Chan has been published. This article discusses—oddly enough—how to use and extend the Memory View. The abstract states:

There are many programming languages that allow access and discrete control of system memory. If you are a debug provider for one of these languages, then you probably have a requirement to provide support for debug-time memory inspection and manipulation. The Eclipse debug framework provides a Memory View, along with an extensible framework to simplify and standardize this task. This article introduces the Memory View and describes how to add your own customized memory support.