你可以从VS2008 IDE中修改CPU寄存器? [英] Can you modify CPU registers from within VS2008 IDE?

查看:706
本文介绍了你可以从VS2008 IDE中修改CPU寄存器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只是想知道是否有一种方法来从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键。

这篇关于你可以从VS2008 IDE中修改CPU寄存器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆