Project

General

Profile

Actions

Emulator Issues #11645

open

Feature Request: Register Debug Logging

Added by nwplayer123 about 5 years ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Feature request
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

I don't know how to describe this, basically I want a thing where I can set a breakpoint or smth, and instead of having to manually read the register value, define a type and be able to print it to the debug log
e.g. I breakpoint the start of a function where r4 is a char* to some string, be able to print that string to the debug log
maybe throw in some other types too, uints and pointers and etc. I'm mostly interested in string printing though since it's slow and tedious and this would save a significant amount of time.

Actions #1

Updated by taolas about 5 years ago

Perhaps a context menu option on the register window that says Log on Break. Maybe a pop out menu for different types.

But is it possible to use the memory window to check the address the char is coming from to see the full string?

Actions #2

Updated by nwplayer123 about 5 years ago

taolas wrote:

Perhaps a context menu option on the register window that says Log on Break. Maybe a pop out menu for different types.

But is it possible to use the memory window to check the address the char is coming from to see the full string?

Oh it's definitely possible to check strings in the memory window, it's just tedious and slow. Hit the breakpoint, check string, hit breakpoint, check string, versus just playing the game a bit and seeing what pops up on the log. Easier to gather data if you're trying to reverse engineer a game with a lot of code.

Actions #3

Updated by Billiard26 about 1 month ago

  • Issue type changed from Bug to Feature request
Actions

Also available in: Atom PDF