View variable(s) value while game is running

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

Post Reply
User avatar
sempressimo
Posts: 46
Joined: Wed Nov 04, 2015 7:13 am

View variable(s) value while game is running

Post by sempressimo »

What tool could I use to view variable(s) value while game is running?

Debugging is starting to get hard..
lazigamer
Posts: 23
Joined: Mon Oct 10, 2011 9:05 am

Re: View variable(s) value while game is running

Post by lazigamer »

If you don't already have it, download FCEUX this emulator has good debugging features. You can view the all of RAM by going into Debug > Hex Editor.
User avatar
rainwarrior
Posts: 8062
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: View variable(s) value while game is running

Post by rainwarrior »

In FCEUX:


Tools > RAM Watch

Can just make a list of memory addresses and watch their values all the time here.


Debug > Debugger

Can place breakpoints on writes or reads to specific memory addresses, and make careful inspections of how they change.


Online documentation: http://www.fceux.com/web/help/fceux.html
Post Reply