What tool could I use to view variable(s) value while game is running?
Debugging is starting to get hard..
View variable(s) value while game is running
Moderator: Moderators
- sempressimo
- Posts: 46
- Joined: Wed Nov 04, 2015 7:13 am
Re: View variable(s) value while game is running
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.
- rainwarrior
- Posts: 8062
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: View variable(s) value while game is running
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
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