David Srbecký
a7edbf180a
Completely rewritten the sate management for Process.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2900 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2899 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
24b75bf9a7
Rewritten Exception class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2898 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
6d9f9d7184
Show the list of childs being progressively populated, do not wait until they are all loaded.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2897 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
6f3a466751
Rewritten evals. They are more restricted now:
...
- Eval starts executing as soon as it is created
- Evals can not be 'scheduled' and executed latter
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2896 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2895 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
79a5b5c583
Move EventArgs from their own files to the files they relate to
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2894 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
5b4edcbbaf
Reorganized file structure
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2893 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
e471b86bfb
Refreshed the documentation file. (Switched to Sandcastle)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
a1a93b7d74
Enter version to AssemblyInfo
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2891 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
bd4f6b3709
Renamed MetaData class to MetaDataImport to avoid name collision with the namespace.
...
Removed Util.Lists.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2890 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
c98f104ab5
Moved metadata related classes to Debugger.MetaData namespace
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2889 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
ec2863a837
Added synchronous Continue and Step*.
...
Use these to simplify the test code.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2888 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
8879ef4857
Removed TreeListView from the setup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
5891dcb596
Renamed Continue to AsyncContinue.
...
Renamed Step* to AsyncStep*.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
2cbd80bf07
Updated tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
d7d04fd743
Remove the no longer used TreeListView control
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2884 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
6fa2c8c13a
Update callstack by overwriting rather then by clear+fill
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2883 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
088e6523ee
Reorganized code in CallstackPad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2882 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
bc962c71d7
Renamed LastStackFrame to MostRecentStackFrame
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2881 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
8506fdebcc
Show changed values in blue
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2880 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
8f87c69eff
Tests - sort serialized data alphabetically
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2879 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
98783dc5ab
Fixed forum-7234: resolving of constructor calls
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2878 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
4964163792
Added StackOverflow test.
...
Updated tests.
Fixed null reference in Tread.SelectedStackFrame.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2877 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
9ea3fb9980
Added an Expression cache
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2876 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
a5d7f47f7d
Fixed build
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2875 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
300ed4da78
Allow using shortcuts from the main menu when a debugger tool tip has focus.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
6132afa4f8
GetHashCode and Equals for expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2873 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
4d608ba315
Update tooltip when debugger is stepped
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2872 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
9a45e1f6c7
String setting not supported
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2871 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
05951d46a9
Enabled editing in the local variables pad.
...
Fixed incremental search for the local variables pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2870 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
6f381b7e06
Only the following values can be set: argument, local variable, array element, field value
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2869 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
59a57f12c7
Getting properties for generic types.
...
Updated generic test.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2868 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
17677181f3
Fixed access to static fields
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2867 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
a17b7f9912
Fix: Do not show "Private members" if it is empty. Same for others.
...
Show only get properties - no indexers and setters.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2866 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
5fa4189d41
Forgotten to commit file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2865 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
9d5afed74e
Moving some directories
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2864 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
882b0af0c5
Removed Value.Name property.
...
Removed ValueCollection.
Removed ExpressionCollection.
Reorganized methods in StackFrame, added some convenience methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2863 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
d5d8be2da6
Corrected ClassDiagram's Diagram.dll entry in installer so the Diagram.dll is now installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2862 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Dickon Field
ccdf9de860
Added a little more code for the db control - working on the db object tree
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2861 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
719b15793d
Fixed forum-7231: InvalidOperationException when subversion overlay icon manager tries to set overlay before project browser tree view is created.
...
Add try-catch around Process.Start for starting URLs (on some systems, the browser opens but Process.Start produces an exception, e.g. forum-7017).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2860 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
41386ade75
Remove IExpirable from Value.
...
Tests: catch ToString exceptions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2859 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
eb51f205a8
Change buttons in exception box to "Break", "Continue" and "Terminate". "Continue" is enabled only for handled exceptions and "Break" unwinds exceptions by default.
...
"Show full error..." made localizable.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2858 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
03a4e7c589
Tests output - use name of dumped object as the XML node name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2857 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
2b2b1a35ee
Updated Stepping test
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2856 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
e2e20eeb70
Include ToString value in the test output
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
c4c7289fa6
A set of properties to expand can be specified in debugger tests.
...
Some tests updated.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2854 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
9aaa783bf9
Debugger tests - do not expand properties by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2853 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
9d7ca80e7f
".cs" part of test name
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2852 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
David Srbecký
a82ac0c580
Added the expected output to the tests as well
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2851 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago