494 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 14 years ago
Siegfried Pammer 7b04a31e22 update resources; introduce Global.TextLine 14 years ago
Eusebiu Marcu 3c7f1b3987 remove static data. 14 years ago
Eusebiu Marcu 53dbd13ee5 Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4 14 years ago
Siegfried Pammer d571914b27 remove dependency on Aga.Controls from Debugger.AddIn 14 years ago
Eusebiu Marcu b6fe47b404 fix start options for ASp.NET MVC projects 14 years ago
Eusebiu Marcu 2df2d0f853 update icons in breakpoint pad 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 14 years ago
Eusebiu Marcu de36dc4148 move external debug info in decompiler addin 14 years ago
Eusebiu Marcu abdeeb5c20 decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content. 14 years ago
Eusebiu Marcu 8496217ca6 Show message when process is running and step action is requested. 14 years ago
Eusebiu Marcu 39dc676162 fix build - debugger tests 14 years ago
Eusebiu Marcu 4c83b381c9 fix evaluation in console pad; refactoring; 14 years ago
Eusebiu Marcu 1c2c8970f2 fix evaluation 14 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 14 years ago
Eusebiu Marcu c01fb185e3 fix decompilation and stepping of generic types 14 years ago
Eusebiu Marcu fe947738a1 update local var pad 14 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
mkonicek 3e105b2613 Debugger - working option "Pause on handled Exceptions". 14 years ago
mkonicek bbdf7cd77b Redesigned debugging options panel in XAML. 14 years ago
mkonicek 245d09dfa8 Context actions - some cleanup. 14 years ago
mkonicek 58713b7b45 More cleanup. 14 years ago
mkonicek 7d86f2025d Code cleanup & comments. 14 years ago
mkonicek 5156aaa37e Debugger visualizers - removed unused IVisualizerCommand.CanExecute. 14 years ago
Matt Ward 6332c63d51 Fix no startup project message when running an ASP.NET project and only one project exists in the solution. 14 years ago
mkonicek 32ba95171c Minor cleanup. 14 years ago
mkonicek c0312c45d5 Collection visualizer - moved ColumnPicker to a separate file. 15 years ago
mkonicek 09319462f2 Moved files into right folders. 15 years ago
mkonicek af0f9cbdd5 Fixed a bug in ObjectGraphBuilder caused by recently added "Properties first, then fields" sorting. 15 years ago
mkonicek b36e7335f6 - "Raw view" node in Object graph visualizer (commented out for now). 15 years ago
Eusebiu Marcu 34761a4837 Show graph if are vertexes. 15 years ago
Eusebiu Marcu 396ae2f0d9 Fix memory exception. 15 years ago
Daniel Grunwald 9ac63e38ca Fix NullReferenceException when the debugger loads a module while no solution is loaded. 15 years ago
Eusebiu Marcu b3dbde7bb0 Refactor the memory pad. 15 years ago
Eusebiu Marcu c363250bdc Set display byte size to 1, 2, 4. 15 years ago
Eusebiu Marcu 4405e279c0 add display byte size. 15 years ago
Eusebiu Marcu 2b95ae806a Get addresses only when searching. 15 years ago
Eusebiu Marcu 45b5c233a9 Refresh memory addresses 15 years ago
Eusebiu Marcu 6fe1ac9d76 Read virtual memory of a process. 15 years ago
Eusebiu Marcu ae0d2b3e51 Put icon bookmark inside the Location column. Fix resize issue. 15 years ago
Eusebiu Marcu 70ee998c95 Add memory pad for debugged process memory 15 years ago
mkonicek ad68c69135 Object graph member icons. Object graph supports IEnumerable, and fixed a cast bug in IList. TODO release PermanentReferences for collections. 15 years ago
mkonicek 8836f72720 GridValues - clearing debugger expression cache each 50 items to prevent keeping too many PermanentReferences. 15 years ago
mkonicek 6e95b21ac5 GridVisualizer - expr is casted to IList correctly. Some code cleanup. 15 years ago
mkonicek a0f2391f24 Better comments. 15 years ago
mkonicek 5d2abad7b7 Formatted code. 15 years ago
mkonicek 5c7d95490b Object graph and collection visualizer are not shown for strings anymore. 15 years ago
mkonicek a2250c771d When edges avoid nodes, they never go into negative coordinates (out of Canvas). They can still go out of the Canvas on the right or bottom side, but that is necessary in case they have no other way. 15 years ago
mkonicek 34c4c27f34 Hot-fixed memory leak caused by Canvas.Children.Clear() not releasing instances properly. 15 years ago
mkonicek 17018970f8 Check if the debuggee has been resumed on the beginning of every refresh to allow faster stepping. 15 years ago