你可以从VS2008 IDE中修改CPU寄存器?你可以、寄存器、IDE、CPU

2023-09-05 03:01:00 作者:一身干净味

只是想知道是否有一种方法来从Visual Studio IDE中编辑CPU寄存器(即EAX,EBX,ECX等)或标志(OV,UP,ERC)。我知道你可以查看他们使用的寄存器面板(按Ctrl移-G),你可以循环使用它们TAB键或回车键,但我似乎并没有能够改变其中任何一个,而调试(是的,程序执行暂停:)。)

Was just wondering if there was a way to edit the CPU registers (i.e. EAX, EBX, ECX, etc) or flags (OV, UP, erc) from within the Visual Studio IDE. I know you can view them using the Registers pane (ctrl-shift-G) and you can cycle through them with TAB or ENTER, but I don't seem to be able to change any of them while debugging (yes, program execution is halted :)).

我真的不有强烈需要的话,它只是:我可以看到组装......我曾经是能够做到这一点(VC ++ 6)......我为什么不能现在,kind'a的事!

I don't really have a strong need to do so, it's just that: I can see the assembly... I used to be able to do this (VC++6)... why can't I now, kind'a thing!

谢谢!

推荐答案

是的,你可以......

yes, you can....

从帮助(你知道... F1键)

from the help (you know...the f1 key)

要更改寄存器的值

在寄存器窗口中,使用TAB键或鼠标将插入点移动到要更改值。当你开始输入,光标必须位于你要覆盖值的前面。 键入新值。 preSS ENTER键。
 
精彩推荐