tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Cannot debug applications with certain name collisions #35

Closed sharwell closed 9 years ago

sharwell commented 9 years ago
---------------------------
First Chance Exception
---------------------------
An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Tvl.Java.DebugHost.Interop.JavaVM.SetExceptionTable(Int64 classLoaderTag, String classSignature, String methodName, String methodSignature, ReadOnlyCollection`1 exceptionTable)
   at Tvl.Java.DebugHost.Services.DebugProtocolService.EventProcessor.HandleClassFileLoadHook(jvmtiEnvHandle env, JNIEnvHandle jniEnv, jclass classBeingRedefinedHandle, jobject loaderHandle, IntPtr name, jobject protectionDomainHandle, Int32 classDataLength, IntPtr classData, Int32& newClassDataLength, IntPtr& newClassData)
---------------------------
OK   
---------------------------