文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Lauch Debugger automatically when start the process

Lauch Debugger automatically when start the process

时间:2011-01-30  来源:xia xi


To setup an application to launch the debugger automatically

  1. 打开注册表.
  2. 打开 HKEY_LOCAL_MACHINE .
  3. 找到 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\currentversion\image file execution options.
  4. 在注册表键 Image File Execution Options 下,找到你的进程的名字 (比如myapp.exe). 如果下面没有,就自己创建一个:
    1. 右击 Image File Execution Options,选择New Key .
    2. 右击新创建的key,选择 Rename .
    3. 编辑成你的进程名字,比如 myapp.exe.
  5. 右击myapp.exe, 选择 New String Value .
  6. 重命名为debugger.
  7. 将该key value设置为devenv /debugexe
http://msdn.microsoft.com/en-us/library/a329t4ed%28VS.71%29.aspx
相关阅读 更多 +
排行榜 更多 +
别惹神枪手安卓版

别惹神枪手安卓版

冒险解谜 下载
坦克战争世界

坦克战争世界

模拟经营 下载
丛林反击战

丛林反击战

飞行射击 下载