just in time - debuging

  • Thread starter Thread starter kk
  • Start date Start date
K

kk

Blankplease can any1 tell me wot just in time debugging is on xp and wot it
does as it always pops up saying do u want to debug using microsoft script
editor. im very confused can any1 help please. cheers.
 
Hi kk,

Blankplease can any1 tell me wot just in time debugging is on xp and wot it
does as it always pops up saying do u want to debug using microsoft script
editor. im very confused can any1 help please. cheers.

Does it appear while you are browsing the Internet and enter specific
pages?

If so:
Open IE > Tools > Internet Options > Advanced tab
Check:
Disable script debugging

Uncheck:
Display a notification about every script error

Click Apply

Good luck
 
Hi,

Just-In-Time debugging is a technique for debugging a program , ifit is
started outside of Visual Studio. For more information on the
Just-in-Debugging access the URL given below:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/htm
l/vctskjust-in-timedebugging.asp

Generally the Just-In-Time debugging error occurs, when scripts in certain
websites are unable to execute in your system. However you can resolve this
issue by following the steps given below:

1. open internet explorer-tools - internet options-advanced , then uncheck
"display
a notification about every script error" and select "disable script
debugging"

If the above fails then follow this ,

1. Press Ctrl-Alt-Del to bring up the Task Manager.
Highlight the entry for MDM, click End Task (if found)

2. Open Regedit and scroll down to the following key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
Highlight the entry in the left pane, click Registry (up top) select:
Export
Highlight the entry for mdm.exe (right pane) right-click and select: Delete

3. Open the following key and verify these entries are correct:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
"Disable Script Debugger"="yes"
"Error Dlg Displayed On Every Error"="no"

4. Start - Search - Files or Folders for mdm.exe, once located right-click
and
select: Rename and rename it. (example - mdm.old)

5. Do the same for: pdm.dll [Process Debug Manager] (pdm.old) if it exists

Note :
If another application reinstalls Mdm.exe, or if Mdm.exe /Regserver is run
on a
computer that is running Window ME\XP, Mdm.exe is re-added to the
RunServices
registry key.

Running the Detect and Repair feature within Office XP\2K causes Mdm.exe to
be
re-registered on the system.

I hope the above information helps you resolve the issue.

S.Vijay

This posting is provided "AS IS" with no warranties, and confers no rights
 
Back
Top