Visual Studio Just-In-Time debugger on Firefox plugin-container

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

I have this kind of error every time I use Visual Studio Just-In-Time Debugger on Firefox plugin-container.exe. Now the problem is that I didn’t find a solution for this error. Can anyone help me please to fix this one ? What I did wrong ?

Thank you experts !

Visual Studio Just-In-Time Debugger

An error occurred while launching ‘ “C:Program File (x86)Mozilla

Firefoxplugin-container.exe” –channer=5028.8ca6700.502253832

“C:WindowsSysWOW64npDeployJava1.dll” –greomni “C:Program

Files (x86)Mozilla Firefoxomni.ja” –appomni “C:Program Files

(x86)Mozilla Firefoxomnija: – appdir “C:Program

Files (x86)Mozilla Firefoxbrowser” E7CF176E110C211B 5028

\.pipegecko-crash-server-pipe.5028 plugin’:

The Visual Studio Just-In-Time Debugger was not notified that the application correctly started.

Check the documentation index for : ‘Just-in-time debugging, errors’’ for more information

SHARE
Answered By 590495 points N/A #180051

Visual Studio Just-In-Time debugger on Firefox plugin-container

qa-featured

Visual Studio is automatically launched by the Just-In-Time Debugger when an application crashes or an exception error is caught on a program running outside Visual Studio. The Just-In-Time debugging or the Just-In-Time Debugger is enabled by default when you install Visual Studio. When you enable Just-In-Time debugging, you can test your program outside Visual Studio. In case the program crashes or an exception takes place, a dialog box will appear that reads similar to this:

  • “An unhandled exception ('System.TypeInitializationException') occurred in terrarium.exe[3384]”

If you want to disable Just-In-Time debugging, in Visual Studio, go to Tools and then select Options. In Options, choose the Debugging folder. On the next screen, select the Just-In-Time page. Under “Enable Just-In-Time debugging of these types of code” box, uncheck the applicable program types:

  • Managed
  • Native
  • Script

Finally, click OK.

Related Questions