Help - Search - Members - Calendar
Full Version: * Visual Studio Debugger Question *
Scenyx Entertainment Community > Xbox360 Forums > Xbox360 Software Forums > XeXDK development
Dwack
So I am debugging in VS, setting breakpoints inside an xex. What I am trying to do is use the "When hit" option to print messages to the output window when the breakpoint is hit. The goal is to get it to print a string that the register I am tracking is pointing to.

IPB Image

Result::

CODE
namePointer = 0x00000000b631ddb5
namePointer = 0x000000007001cb90
namePointer = 0x000000007001bed0


Changing the above message to "namePointer = {r4,s} || namePointer = {r4,x}" results in:

CODE
namePointer = -75 'µ' || namePointer = 0x00000000b631ddb5
namePointer = -112 '.' || namePointer =  0x000000007001cb90
namePointer = -48 'Ð' || namePointer = 0x000000007001bed0


Anyone know if there is any way to get it to print the string that the register points to?
Dwack
So after a lot of searching around and more trial and error I was able to solve this myself.

If anyone is interested:

Successfully prints the string pointed to by r4.

IPB Image
vampirexx
What is the purpose of this tool Dwack? To hack for cheats into the xex?
Dwack
QUOTE(vampirexx @ Nov 27 2011, 11:27 AM) *

What is the purpose of this tool Dwack? To hack for cheats into the xex?



It's part of the debugging tools that come with Visual Studio. Used for debugging code on a Dev.
K3thunder
this was useful, thanks dwack
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.