Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-01Flush project format fixesMichael Hutchinson
2011-07-13Flush project format fixesMichael Hutchinson
2011-06-12Mono.Debugging: StackFrame now holds type name and module name.XTZGZoReX
2011-06-12BreakpointStore: Allow removing catchpoints by exception name.XTZGZoReX
2011-05-04Merge branch 'master' into mkrueger/newNRefactoryMike Krüger
2011-04-27Make TypeDisplayData immutable.XTZGZoReX
2011-04-27Make AssemblyLine immutable.XTZGZoReX
2011-04-27Fix initialization of RemoteFrameObject.TrackConnections.XTZGZoReX
2011-04-27Make EvaluationResult immutable.XTZGZoReX
2011-04-27Make TypeDisplayData.Default a property that returns new instances.XTZGZoReX
2011-04-27Make AssemblyLine.OutOfRange a property that returns new instances (since the...XTZGZoReX
2011-04-27[Debugger] Turn fields into properties.XTZGZoReX
2011-04-27Make EvaluationResult.Empty readonly.XTZGZoReX
2011-04-27Make some event invocations in DebuggerSession thread safe.XTZGZoReX
2011-04-27Make some event invocations in BreakpointStore and ExceptionInfo thread safe.XTZGZoReX
2011-04-27Make ObjectValueAdaptor.BusyStateChanged invocation thread safe.XTZGZoReX
2011-04-27Comment typo fixes.XTZGZoReX
2011-04-27Use DebuggerSession.OnDebuggerOutput rather than Console.WriteLine in ObjectV...XTZGZoReX
2011-04-26Comment some Console.WriteLine()s in ExceptionInfoSource.XTZGZoReX
2011-04-26Comment out some Console.WriteLine()s in DisassemblyBuffer.XTZGZoReX
2011-04-26Remove redundant DebuggerSession.Initialize method.XTZGZoReX
2011-04-19[Mono.Debugging] Fix issues with debug type proxiesLluis Sanchez Gual
2011-04-06Updated references to the new NRefactory.Mike Krüger
2011-04-04Moved the old nrefactory to another namespace.Mike Krüger
2011-03-22Added some documentation.Lluis Sanchez Gual
2011-03-10Properly attach reinserted breakpoints. Improved error reporting.Lluis Sanchez Gual
2011-03-07Improved reporting of breakpoint errors.Lluis Sanchez Gual
2011-03-04Fix typo.Lluis Sanchez Gual
2011-03-04Added new methods for binding/unbinding all bps of a file.Lluis Sanchez Gual
2011-03-04Added handle property.Lluis Sanchez Gual
2011-03-04Added documentation.Lluis Sanchez Gual
2011-03-04Simplified the breakpoint handling model in DebuggerSession.Lluis Sanchez Gual
2011-02-24Added some documentation.Lluis Sanchez Gual
2011-02-22Fix assembly name in the Release build.Martin Baulig
2011-02-18Added some documentation.Lluis Sanchez Gual
2011-02-18Fix bug 668175 - Debugger doesn't stop on variable declaration without assign...Lluis Sanchez Gual
2011-02-18Add support for case insensitive expression evaluators.Lluis Sanchez Gual
2011-02-18Reduce the wait for the completion of the Abort because another waitLluis Sanchez Gual
2011-02-18Avoid deadlocking if the Abort call never ends.Lluis Sanchez Gual
2011-02-14When canceling async operations, notify to subscribed callbacks theLluis Sanchez Gual
2011-02-14Added and implemented api for cancelling asynchronous evaluations.Lluis Sanchez Gual
2011-02-11Method naming fix.Lluis Sanchez Gual
2011-02-11Raise the TargetReady event outside the main lock.Lluis Sanchez Gual
2011-02-10Improve error messageLluis Sanchez Gual
2011-02-10Raise the breakpoint status change event when detaching from aLluis Sanchez Gual
2011-02-08Added a thread argument to OnStarted.Lluis Sanchez Gual
2011-02-08Add null check to M.D.C.StackFrame.GetThisReference().Martin Baulig
2011-02-02Upgraded to .NET 4.0Lluis Sanchez Gual
2011-02-01Removed methods for handling anonymous methods because this is going to be ve...Lluis Sanchez Gual
2011-02-01Add support for compiler generated iterators.Lluis Sanchez Gual