Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Qnx IDE: Tip of the Day #12: Target Memory Viewer: (1 Item)
   
Qnx IDE: Tip of the Day #12: Target Memory Viewer  
If you want to view contents of the operating memory on the target you can use debugger Memory view.
You pick virtual memory of which process you want to look into and launch Debugger in attach mode
and attach to selected process. Open Memory view (Windows->Show View->Other... -> Debug->Memory)
and create a "monitor" with any Virtual address (you can also use names of global variables). You
can pick between different renderings, like hex, dec or char.