Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.