800 Commits (3897fc0a335430593048267c5cb74d13db7c8efc)

Author SHA1 Message Date
David Srbecký 569106c6ff Removed references to Debugger.Interop from main debugger code 20 years ago
David Srbecký a6012925b5 Added definitions and wrappers for Debugger Symbol Library 20 years ago
David Srbecký cb98342544 Moved MetaData wrapper 20 years ago
David Srbecký bff82fe039 Moved MetaData to Debugger.Wrappers.MetaData namespace 20 years ago
David Srbecký b6f515ba80 Worked on locking of files by debugger (keep track of all COM objects) 20 years ago
Daniel Grunwald 79222e01e9 Add HtmlPreview and ImageViewer sample AddIns. 20 years ago
Daniel Grunwald ae64d1e72e Applied patch by Christian Hornung: Forms designer resource loading 20 years ago
Daniel Grunwald 1898a796a3 Infer array literal context from context in FormsDesigner CodeDom converter. 20 years ago
Peter Forstmeier c247d4b9a4 Small changes from FxCop, modifid ConnectionObject.cs 20 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald ebee6a70d1 Fixed BOO-653: Creating a new class without a file extension does not put the build action to compile. 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
David Srbecký f04cf74627 Fixed bug: Line number of breakpoint did not change with code edits 20 years ago
David Srbecký 2fc99675ed Fixed Forum-4943: Debugger says "Function has expired" 20 years ago
David Srbecký 12a1741d0f Extended debugger test FunctionVariablesLifetime to check for "Function Expired" bug 20 years ago
David Srbecký 986ea8c712 Removed unused merging functions from VariableCollection 20 years ago
Daniel Grunwald 318c6aa34f Fixed Forum-4946: error indenting single-line If-statements. 20 years ago
Markus Palme f984fe2446 patch from scott ferret: saving image resources with the correct extension 20 years ago
Matt Ward 2192003822 The xml editor now keeps the existing document folds if the xml is no longer well formed. 20 years ago
David Srbecký 5a8919099a Fixed Forum-4952,5005 - Ignored errors when manipulating pdb files 20 years ago
Peter Forstmeier e36651bf2d Better localisation of FieldsExplorer.cs, no dragging of Functions 20 years ago
Matt Ward 375720d358 Fixed SD2-678. Unit testing pad's stop toolbar button is now disabled after a test run has finished. 20 years ago
David Srbecký 401350568c Signature suggested by Ingo Scholtes used for CreateDebuggingInterfaceFromVersion 20 years ago
Daniel Grunwald 382a4eaf32 Fixed build error and Forum-4986. 20 years ago
Daniel Grunwald 1893856800 Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project 20 years ago
Matt Ward 44ad25ab69 Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
Peter Forstmeier 5d81e37a5d Fixing Issue SD2-669 from Matt Ward 20 years ago
Peter Forstmeier 471de2f4ce Fixing Issue SD2-688 from Matt Ward 20 years ago
David Srbecký 641af3f5f8 Console applications run from debug build of #D have their own console 20 years ago
David Srbecký 0be82e62dd Implemented SD2-663 - you can copy values from tooltips to clipborad; 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
Matt Ward ea4884bf6a Improved speed of expanding tree nodes in code coverage tree view - child nodes added only when the node is expanded via the ExtTreeNode.Initialize method. Classes with no namespace are now added to the tree view without a parent namespace node. 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
David Srbecký 0c46d5169c Fixed SD2-649: Breakpoint within anonymous delegate method causes COMException 20 years ago
David Srbecký 8b753ce99c Fixed SD2-633: Trying to debug a non .NET executable throws an exception 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald cbb371b262 Fixed SD2-670: Second form resource added if design view switched to from designer partial class 20 years ago
Matt Ward 97a2fd987f Modified code coverage project guid so SharpDevelop.Tests solution now works. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Peter Forstmeier 43ae176456 Further refactoring of ReportGenerator, new Exception MissingModelException.cs added 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Matt Ward 6a968c6f6b Items that have zero code coverage are now displayed in grey in the tree view. Added tests and code to parse NUnit xml output files - not currently used. 20 years ago
David Srbecký 7a3087b6a3 Fixed SD2-672: Applications using DynamicProxy cannot be debugged 20 years ago
David Srbecký c345caa1a6 BreakPointsPad derives from BookmarksPad. Implements: 20 years ago
David Srbecký d139534b91 Fixed Forums-3382,3489,3575: Attempt to display property of property crashed the debugger 20 years ago
David Srbecký f8131d60a1 Fixed SD2-638: Crash when closing console window during debugging; 20 years ago
David Srbecký 3ec442e255 Fixed SD2-637: Cannot expand array in debugger tree view; 20 years ago
Peter Forstmeier 6991095c10 Small changes in ReportGenerator and better handling of IDisposable 20 years ago
David Srbecký 57e48ef856 Added debugger test: ArrayValue 20 years ago