Error with Visual LISP editor when debugging from .NET

By Wayne Brill

When debugging from a .NET and running the VLIDE an error may occur. A work around is to change a registry setting. (MDA – Managed Debugging Assistants = 0). To set this registry key use a tool like regedit and set the string key "MDA" to 0.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework  

If you do not find the MDA string key, create one and set its value to 0.

image

 

You could also create a .reg file and set its contents as follows:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"MDA"="0"


Comments

2 responses to “Error with Visual LISP editor when debugging from .NET”

  1. Gaston Nunez Avatar
    Gaston Nunez

    Hi,
    It’s a lot better disabling just the specific issue in the MDA than work without MDA at all. In the case of Vlisp, the main issue is LoaderLock, and we just need to disable that exception (Debug Menu->Exceptions->MDA->LoaderLock). Check this from MS: http://msdn.microsoft.com/en-us/library/d21c150d
    Gaston Nunez

Leave a Reply to Gaston NunezCancel reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading