2864 Commits (d83c92c76206a726b7f493d9fcbee92fac281694)
 

Author SHA1 Message Date
David Srbecký d83c92c762 API support for enumerating implemented interfaces 18 years ago
David Srbecký a9d96c6716 Removed some code duplication the metadata wrapper. 18 years ago
David Srbecký 39b6ee6970 Bugfix for Termination from the exception dialog. 18 years ago
David Srbecký 71c369c2a9 Fixed NullRerferenceExcpetion in SimpleMemberReference evaluator. If member not found, throw exception. 18 years ago
David Srbecký 3837cc88ec Updated string resources 18 years ago
David Srbecký ee7edd15b7 Terminate command does 'Break+Terminate' rather then 'Continue+Break+Terminate'. I think this was left over from .NET 1.1 hack. 18 years ago
David Srbecký ac21176214 Starting support for multiple AppDomains. 18 years ago
David Srbecký 2c00845a93 Fixed base type for arrays and for primitive values. Updated tests for it. 18 years ago
David Srbecký cca75c8ce0 Base class tests 18 years ago
David Srbecký 6efba61ccd Compare object types by module paths rather then modules instances - one module can be loaded multiple times (for appdomains) 18 years ago
David Srbecký f7aa5f0520 Correct order of events when process is killed. 18 years ago
David Srbecký 1db26b451a Change "Private members" to "Non-Public members" 18 years ago
David Srbecký 90b94ecd1c Do not allow exploring of locals while debuggee is running 18 years ago
Christoph Wille 99fb346e1d Updated setup for SHFB 1.6.0.4 18 years ago
Christoph Wille 15cc0b1d36 Copy new BuildComponents folder for SHFB 1.6.0.4 18 years ago
David Srbecký 076c583040 The 'System.Object' type does not have any children - do not show 'plus' for it 18 years ago
David Srbecký 7e46aa6f9d Limit repainting of Local Variables Pad to 40 ms. 18 years ago
David Srbecký 5784ca7464 ThreadsPad refresh does Application.DoEvents() as well. 18 years ago
David Srbecký 9bd0aec201 CallStackPad refresh does Application.DoEvents() as well. 18 years ago
David Srbecký 9b5b7c96d3 Measure performance of CallStackPad refresh 18 years ago
David Srbecký 8f57b8295c Performance tweak - call Application.DoEvents() before refreshing local variables pad. 18 years ago
David Srbecký 4a30ba8bb7 Abort Evals that take more the 500 ms 18 years ago
David Srbecký 701c1495a3 Quick property access support for optimized code. 18 years ago
David Srbecký b3b9282fa7 Call "ToString" on objects 18 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 18 years ago
Daniel Grunwald f4193b59f9 Make ICSharpCode.SharpDevelop.BuildWorker 32-bit only - if SharpDevelop.exe is 32-bit, BuildWorker must also be 32-bit to avoid using a mixture of 32-bit and 64-bit MSBuild when compiling a solution. 18 years ago
David Srbecký 24b75bf9a7 Rewritten Exception class 18 years ago
David Srbecký 6d9f9d7184 Show the list of childs being progressively populated, do not wait until they are all loaded. 18 years ago
David Srbecký 6f3a466751 Rewritten evals. They are more restricted now: 18 years ago
David Srbecký a487ff25bf Optimization - if a property just returns a field value, do not evaluate the property but access the field directly. 18 years ago
David Srbecký 79a5b5c583 Move EventArgs from their own files to the files they relate to 18 years ago
David Srbecký 5b4edcbbaf Reorganized file structure 18 years ago
David Srbecký e471b86bfb Refreshed the documentation file. (Switched to Sandcastle) 18 years ago
David Srbecký a1a93b7d74 Enter version to AssemblyInfo 18 years ago
David Srbecký bd4f6b3709 Renamed MetaData class to MetaDataImport to avoid name collision with the namespace. 18 years ago
David Srbecký c98f104ab5 Moved metadata related classes to Debugger.MetaData namespace 18 years ago
David Srbecký ec2863a837 Added synchronous Continue and Step*. 18 years ago
David Srbecký 8879ef4857 Removed TreeListView from the setup 18 years ago
David Srbecký 5891dcb596 Renamed Continue to AsyncContinue. 18 years ago
David Srbecký 2cbd80bf07 Updated tests 18 years ago
David Srbecký d7d04fd743 Remove the no longer used TreeListView control 18 years ago
David Srbecký 6fa2c8c13a Update callstack by overwriting rather then by clear+fill 18 years ago
David Srbecký 088e6523ee Reorganized code in CallstackPad 18 years ago
David Srbecký bc962c71d7 Renamed LastStackFrame to MostRecentStackFrame 18 years ago
David Srbecký 8506fdebcc Show changed values in blue 18 years ago
David Srbecký 8f87c69eff Tests - sort serialized data alphabetically 18 years ago
Daniel Grunwald 98783dc5ab Fixed forum-7234: resolving of constructor calls 18 years ago
David Srbecký 4964163792 Added StackOverflow test. 18 years ago
David Srbecký 9ea3fb9980 Added an Expression cache 18 years ago
David Srbecký a5d7f47f7d Fixed build 18 years ago