<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged just-in-time</title>
<link>https://overflow.efficy.io/?qa=tag/just-in-time</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>
</channel>
</rss>