<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged disable</title>
<link>https://overflow.efficy.io/?qa=tag/disable</link>
<description>Powered by Question2Answer</description>
<item>
<title>Just-In-Time Debugger : disable pop-up window and still be able to debug</title>
<link>https://overflow.efficy.io/?qa=4974/just-in-time-debugger-disable-pop-window-and-still-able-debug</link>
<description>&lt;p&gt;Hello, &lt;br&gt;&lt;br&gt;
Here is my goal :&lt;/p&gt;

&lt;p&gt;I don't want to see the JIT (Just-In-Time) pop-up window asking to select a debugger.&lt;br&gt;
But I still want to debug some scripts when I manually attach the process &quot;w3wp.exe&quot; in Visual Studio.&lt;/p&gt;

&lt;p&gt;It's interesting if :&lt;br&gt;
 1. You're working in a test environment and your script doesn't give the same result as the one in your local machine.&lt;br&gt;
 2. You're not the only developer to work in a development environment. &lt;br&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1343099357509546571&quot; alt=&quot;popup window&quot;&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;In overflow, the solution about disabling JIT pop-up window corresponds to fully disable JIT.&lt;/p&gt;

&lt;p&gt;So, if you rename the following folders, it's like having disabled JIT on your machine or server :&lt;br&gt;
 1. C:\Program Files\Common Files\Microsoft Shared\VS7Debug &lt;br&gt;
 2. C:\Program Files (x86)\Common Files\Microsoft Shared\VS7Debug&lt;/p&gt;

&lt;p&gt;In most of the cases, it's the solution you're looking for !&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;To reach my goals, I first checked if the following folders are correctly named :&lt;br&gt;
 1. C:\Program Files\Common Files\Microsoft Shared\VS7Debug&lt;br&gt;
 2. C:\Program Files (x86)\Common Files\Microsoft Shared\VS7Debug&lt;/p&gt;

&lt;p&gt;And finally, I renamed the .exe file &lt;strong&gt;&quot;C:\Windows\System32\vsjitdebugger.exe&quot;&lt;/strong&gt;, responsible for the pop-up window asking to select a debugger.&lt;/p&gt;

&lt;p&gt;If you want to cancel this behavior, you have to rename the file correctly and restart the machine or server. &lt;br&gt;&lt;br&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;Eric&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4974/just-in-time-debugger-disable-pop-window-and-still-able-debug</guid>
<pubDate>Fri, 01 Nov 2019 13:55:00 +0000</pubDate>
</item>
<item>
<title>Errors are not thrown as needed</title>
<link>https://overflow.efficy.io/?qa=3187/errors-are-not-thrown-as-needed</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm facing an issue where in workflow i have some script to throw error to user in certain cases. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;throw new Error(..)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;if i test it locally it works perfectly, but when i test on server it's not showing or throwing any error. is there some configuration somewhere to disable throwing errors?&lt;/p&gt;

&lt;p&gt;Thank you in advance for help and advice.&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3187/errors-are-not-thrown-as-needed</guid>
<pubDate>Fri, 25 May 2018 14:17:02 +0000</pubDate>
</item>
<item>
<title>disable vs7debug only for Efficy on a server</title>
<link>https://overflow.efficy.io/?qa=2721/disable-vs7debug-only-for-efficy-on-a-server</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;The Efficy server is mutualized with a BI (micro strategy) server. for some reason the microstrategy applicative needs the vs7debug engine to run properly...&lt;/p&gt;

&lt;p&gt;as far as I know the only way that I have to make the efficy error engine to work properly is to disable vs7debug by renaming it.&lt;/p&gt;

&lt;p&gt;Do you know a way to disable it through IIS or else only for Efficy use? exceptions to set or anything...&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2721/disable-vs7debug-only-for-efficy-on-a-server</guid>
<pubDate>Tue, 17 Oct 2017 13:17:35 +0000</pubDate>
</item>
<item>
<title>Disable just-in-time error message on server</title>
<link>https://overflow.efficy.io/?qa=2641/disable-just-in-time-error-message-on-server</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I want to to disable the pop-up of error message for just-in-time debugger, becasue it's blocking the user's session when an error occurred, so only when i cancel the message on server the user get back an error (same on JIT debugger). &lt;/p&gt;

&lt;p&gt;so how to disable the JIT debugger message and keep only the returned message to user?&lt;/p&gt;

&lt;p&gt;I've already tried to delete some keys from registery upon this link and restart windows but still get it.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/1893567/how-to-stop-just-in-time-debugging-messages-blocking-a-buildserver&quot;&gt;https://stackoverflow.com/questions/1893567/how-to-stop-just-in-time-debugging-messages-blocking-a-buildserver&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=13470179299659483652&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
Thank you&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2641/disable-just-in-time-error-message-on-server</guid>
<pubDate>Wed, 02 Aug 2017 09:50:02 +0000</pubDate>
</item>
</channel>
</rss>