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-11-23[Debugger] Remove LogWriter from new custom transport APIMichael Hutchinson
2011-11-22[Debugger] Allow custom soft debugger transportsMichael Hutchinson
2011-10-25Fix OverloadResolve on older sdb versions.Zoltan Varga
2011-10-25Rework how breakpoints/catchpoints are resolved. Instead of receiving a type ...Zoltan Varga
2011-10-25Use TypeMirror.GetMethodsByName () instead of GetMethods (). Add a cache to O...Zoltan Varga
2011-09-30Removed some local copy flags for project referencesLluis Sanchez Gual
2011-08-01Flush project format fixesMichael Hutchinson
2011-06-20[SDB] Support UserLog and UserBreak eventsMichael Hutchinson
2011-06-20[SDB] Fix typo in exception messageMichael Hutchinson
2011-06-20[SDB] Clean up SoftDebuggerSession a bitMichael Hutchinson
2011-06-12Mono.Debugging: StackFrame now holds type name and module name.XTZGZoReX
2011-06-03[Debugger] Fix crash when invoking a struct methodLluis Sanchez Gual
2011-05-04[Sdb] Add socket timeouts.Martin Baulig
2011-04-29Normalize file paths reported by the debugger.Lluis Sanchez Gual
2011-04-27Merged pull request #71 from XTZGZoReX/master.Lluis Sanchez
2011-04-27Make TypeDisplayData immutable.XTZGZoReX
2011-04-27Make AssemblyLine immutable.XTZGZoReX
2011-04-27[Debugger] Don't crash if an exception is thrown while trying to continueLluis Sanchez Gual
2011-04-26Make SoftDebuggerSession.Adaptor a property.XTZGZoReX
2011-04-01Fix exception when running on external consoleLluis Sanchez Gual
2011-03-30Fix zombie process issueLluis Sanchez Gual
2011-03-18Fix hit count check.Lluis Sanchez Gual
2011-03-18Fix instance member evaluation issue.Lluis Sanchez Gual
2011-03-09Fix breakpoint binding for anonymous methods.Lluis Sanchez Gual
2011-03-07Don't log breakpoint insertion errors. The base class already does it.Lluis Sanchez Gual
2011-03-07Fix nullref exception.Lluis Sanchez Gual
2011-03-04Use the new break event model. Improved detection of invalidLluis Sanchez Gual
2011-02-23Fix selection of break location.Lluis Sanchez Gual
2011-02-22Send TargetEventType.TargetStopped for ThreadDeathEvent.Martin Baulig
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-18Avoid deadlocking if the Abort call never ends.Lluis Sanchez Gual
2011-02-14Fix some crashes when canceling async operationsLluis Sanchez Gual
2011-02-14Added and implemented api for cancelling asynchronous evaluations.Lluis Sanchez Gual
2011-02-11SoftDebuggerSession.cs: Send OnStarted(ThreadInfo) after receiving the VMStar...Martin Baulig
2011-02-11Method naming fix.Lluis Sanchez Gual
2011-02-10Improve error messageLluis Sanchez Gual
2011-02-10[Debugger] Format IL offsets in messages in hexMichael Hutchinson
2011-02-10[Debugger] Remove unused hooksMichael Hutchinson
2011-02-09[Debugger] Eliminate RemoteSoftDebuggerStartInfoMichael Hutchinson
2011-02-09Fix 668131 - Debugger error: Type '<Module>' loaded more than onceLluis Sanchez Gual
2011-02-02Upgraded to .NET 4.0Lluis Sanchez Gual
2011-02-02[Debugger] Listen on random port when possibleMichael Hutchinson
2011-02-01Added some null checks.Lluis Sanchez Gual
2011-02-01Properly handle nested anonymous methods.Lluis Sanchez Gual
2011-02-01Properly resolve captured variables when not in anonymous method.Lluis Sanchez Gual
2011-02-01Add support for compiler generated iterators.Lluis Sanchez Gual
2011-02-01Implement support for captured variables in anonymous methods.Lluis Sanchez Gual
2011-01-31[Debugger] Don't show new launch dialog on retryMichael Hutchinson
2011-01-30[Debugger] More soft debugger subclassing cleanupMichael Hutchinson