Michael Chase’s Weblog

November 17, 2010

Programming Gems: Debugging browser plugins with Visual Studio 2008

Filed under: Programming — mbrazell @ 4:01 pm

In order to debug a browser plugin with Visual Studio 2008, oftentimes it is necessary to force the browser to run in single-process mode.  Following are methods to force single-process mode in popular browsers:

Chrome/Chromium:  use the –single-process command line switch.

Firefox:  set dom.ipc.plugins.enabled in about:config to false.

Internet Explorer:  in the system registry, under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main, add “TabProcGrowth” as a DWORD value and set to zero (0).

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.