Skip to main content

msgbox of JIT stop bach job chain

  • February 21, 2019
  • 1 reply
  • 0 views

How to disable the pop up that Windows shows when an app crashes when i lunch run.exe?

I have disabled Just-In-Time debugger in visual studio, 

now I don't have the message box of JIT but when cobol program crash I have this message box :

 

 

how I can remove this?

 

thanks 

bye


#EnterpriseDeveloper

1 reply

  • 0 replies
  • February 21, 2019

How to disable the pop up that Windows shows when an app crashes when i lunch run.exe?

I have disabled Just-In-Time debugger in visual studio, 

now I don't have the message box of JIT but when cobol program crash I have this message box :

 

 

how I can remove this?

 

thanks 

bye


#EnterpriseDeveloper
I have solved

renaming this directory
C:\\Program Files\\Common Files\\microsoft shared\\VS7Debug\\

and this exe:
C:\\Windows\\System32\\vsjitdebugger.exe

There is another way to do this?

thanks
bye