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 (Collapse)Author
2011-01-29[Debugger] Clean up session class hierarchyMichael Hutchinson
Removed RemoteSoftDebuggerSession since all it did was show a dialog when connecting. Instead, sessions can subclass SoftDebuggerSession directly, DebuggerSession has an API for a ConnectionDialogHandler that the SoftDebuggerSession can use and the MD debugger addin supplies a GTK# implementation.
2010-02-21* MeeGoExecutionHandler.cs:Michael Hutchinson
* MeeGoSoftDebuggerSession.cs: Fix debugger stdout/stderr. svn path=/trunk/monodevelop/; revision=152146
2010-02-21* MeeGoDebuggerSession.cs:Michael Hutchinson
* MeeGoExecutionCommand.cs: * MonoDevelop.MeeGo.csproj: * MeeGoExecutionHandler.cs: * MeeGoSoftDebuggerEngine.cs: * MeeGoSoftDebuggerSession.cs: Implemented remote debugging. svn path=/trunk/monodevelop/; revision=152145