Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 将F12开发人员工具指定给鼠标上的特定按钮_Internet Explorer_Visual Studio 2012_Windows 8_Ie Developer Tools - Fatal编程技术网

Internet explorer 将F12开发人员工具指定给鼠标上的特定按钮

Internet explorer 将F12开发人员工具指定给鼠标上的特定按钮,internet-explorer,visual-studio-2012,windows-8,ie-developer-tools,Internet Explorer,Visual Studio 2012,Windows 8,Ie Developer Tools,我是F12开发者工具的超级粉丝。我的鼠标有一个特殊的可编程按钮,我想为这个按钮指定“F12”快捷键 每当我按下这个特殊的鼠标按钮时,我都会显示/隐藏开发人员工具 现在问题出现了:当我在Visual Studio 2012中开始调试时,我的技巧不再起作用:当我按下鼠标上的特殊按钮时,什么也没有发生,但F12键起作用(显示开发人员工具) 只有当我以“经典方式”(例如,从桌面上的快捷方式)启动Internet Explorer时,我的鼠标技巧才有效 附注:Windows 8+Visual Studio

我是F12开发者工具的超级粉丝。我的鼠标有一个特殊的可编程按钮,我想为这个按钮指定“F12”快捷键

每当我按下这个特殊的鼠标按钮时,我都会显示/隐藏开发人员工具

现在问题出现了:当我在Visual Studio 2012中开始调试时,我的技巧不再起作用:当我按下鼠标上的特殊按钮时,什么也没有发生,但F12键起作用(显示开发人员工具)

只有当我以“经典方式”(例如,从桌面上的快捷方式)启动Internet Explorer时,我的鼠标技巧才有效

附注:Windows 8+Visual Studio 2012+Internet Explorer 11


知道为什么吗

当您从Visual Studio开始调试时,它是否用于启用脚本调试的ASP.net项目?如果将本机调试器连接到IE,则F12键会导致本机中出现“中断”。我怀疑这是你的问题,但这是F12钥匙的有趣之处之一