[MonoDevelop] MD debugger and mono-2.4

Grzegorz Sobanski silk at boktor.net
Tue May 26 08:42:06 EDT 2009


Hi.

Does current MD trunk debugger addin requires mono trunk?

I can't compile md trunk at the moment. Clean build doesn't help.

Error:
make[3]: Entering directory `/home/silk/devel/monodevelop.git/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Server.Mdb'
make[3]: Leaving directory `/home/silk/devel/monodevelop.git/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Server.Mdb'
PKG_CONFIG_PATH=../../../local-config:$PKG_CONFIG_PATH gmcs -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG;TRACE" -out:../build/DebuggerServer.exe -target:exe './ArrayAdaptor.cs' './ArrayElementGroup.cs' './ArrayValueReference.cs' './AssemblyInfo.cs' './AsyncEvaluationTracker.cs' './BacktraceWrapper.cs' './CollectionAdaptor.cs' './Convert.cs' './DebuggerServer.cs' './EvaluationContext.cs' './ExpressionEvaluator.cs' './FieldReference.cs' './ICollectionAdaptor.cs' './IndexerValueReference.cs' './LiteralValueReference.cs' './MdbAdaptor.cs' './MdbAdaptorFactory.cs' './NamespaceValueReference.cs' './NRefactoryEvaluator.cs' './NullValueReference.cs' './ObjectUtil.cs' './PropertyReference.cs' './RawViewSource.cs' './RemoteFrameObject.cs' './RuntimeInvokeManager.cs' './Server.cs' './TimedEvaluator.cs' './TimeOutException.cs' './TypeValueReference.cs' './Util.cs' './ValueReference.cs' './VariableReference.cs'  '-resource:./MdbAdaptor-2-6.cs'    -r:../build/DebuggerClient.dll    -r:Mono.Posix   -pkg:mono-addins   -pkg:mono-debugger   -pkg:monodevelop   -pkg:monodevelop-core-addins    -r:System    -r:System.Core    -r:System.Data    -r:System.Runtime.Remoting    -r:System.Xml
./DebuggerServer.cs(268,46): warning CS0612: `Mono.Debugger.DebuggerSession.InsertExceptionCatchPoint(Mono.Debugger.Thread, Mono.Debugger.ThreadGroup, Mono.Debugger.Languages.TargetType)' is obsolete
./NRefactoryEvaluator.cs(99,88): warning CS0618: `ICSharpCode.NRefactory.Ast.TypeReference.SystemType' is obsolete: `Use 'Type' instead - it now contains the SystemType for primitive types.'
./NRefactoryEvaluator.cs(113,101): warning CS0618: `ICSharpCode.NRefactory.Ast.TypeReference.SystemType' is obsolete: `Use 'Type' instead - it now contains the SystemType for primitive types.'
./NRefactoryEvaluator.cs(115,103): warning CS0618: `ICSharpCode.NRefactory.Ast.TypeReference.SystemType' is obsolete: `Use 'Type' instead - it now contains the SystemType for primitive types.'
./RuntimeInvokeManager.cs(49,50): warning CS0612: `Mono.Debugger.Thread.RuntimeInvoke(Mono.Debugger.Languages.TargetFunctionType, Mono.Debugger.Languages.TargetStructObject, Mono.Debugger.Languages.TargetObject[], bool, bool)' is obsolete
./RuntimeInvokeManager.cs(57,68): error CS1501: No overload for method `AbortInvocation' takes `0' arguments
./RuntimeInvokeManager.cs(78,60): error CS1501: No overload for method `AbortInvocation' takes `0' arguments
Compilation failed: 2 error(s), 5 warnings
-- 

My second guess is that some libraries from installed MD are coming in way.
But I want to make sure before touching them.

greets
silk


More information about the Monodevelop-list mailing list