Commit Graph

2459 Commits

Author SHA1 Message Date
de4dot
7908a8a304 Update README 2017-10-06 23:39:36 +02:00
de4dot
80e1ce8450 Fix colors 2017-10-06 22:51:52 +02:00
de4dot
42cd88fa64 Misc 2017-10-06 22:51:37 +02:00
de4dot
c632b930ac Show a friendlier error message 2017-10-06 22:51:29 +02:00
de4dot
3ded1b5ee0 Remove cancellation token parameter, it should be part of context 2017-10-06 22:51:20 +02:00
de4dot
ca6089c71a Add updated translations 2017-10-05 23:35:22 +02:00
de4dot
4846f34e6d Update VB value formatter 2017-10-05 23:26:32 +02:00
de4dot
b83583bf79 Merge branch 'master' into dbg 2017-10-05 23:07:02 +02:00
de4dot
95b534ae25 Eval expressions in watch windows 2017-10-05 22:51:01 +02:00
de4dot
6866e0edec Impl initobj()/cpobj() 2017-10-05 22:50:44 +02:00
de4dot
7e8f6526ef Show a NYI msg in autos window 2017-10-05 22:50:36 +02:00
de4dot
4a23177bae Impl byref StoreIndirect() 2017-10-05 22:50:27 +02:00
de4dot
4773282b0c Impl MD array Get()/Set()/Address() 2017-10-05 22:50:19 +02:00
de4dot
49952db7c8 Impl CreateRuntimeTypeHandle() 2017-10-05 22:50:10 +02:00
de4dot
b2bc9b513b Show a better error message if expression throws an exception 2017-10-05 22:50:00 +02:00
de4dot
4a4a38fcef Reenter edit mode if EC fails to compile the expression 2017-10-05 22:49:52 +02:00
de4dot
7a9e3d795c Rename EE -> EC 2017-10-04 20:38:58 +02:00
de4dot
b6e7a1edc7 Support digit separators (HexPosition) 2017-10-04 20:38:02 +02:00
de4dot
e114588664 Use same base class for all by ref types 2017-10-04 20:37:54 +02:00
de4dot
f960ccd348 Don't let the user edit read only fields since the compiler won't like it 2017-10-04 20:37:46 +02:00
de4dot
b37946ab20 Add updated submodule 2017-10-04 00:17:58 +02:00
de4dot
4252103fa9 Update DbgDotNetValue class 2017-10-04 00:17:11 +02:00
de4dot
b650b15472 Impl store array value 2017-10-04 00:17:03 +02:00
de4dot
b33c9af7ab Add default impl in base class 2017-10-04 00:16:51 +02:00
de4dot
579e245b5d Impl create MD array 2017-10-04 00:16:43 +02:00
de4dot
0d781faf6a Allow passing in arrays of primitive types and strings to func eval methods 2017-10-04 00:16:36 +02:00
de4dot
7241de3612 Impl create SZ array 2017-10-02 23:46:22 +02:00
de4dot
7a5646d5f0 Update ILValue equals/gethashcode code 2017-10-02 23:46:13 +02:00
de4dot
fb000d14f9 Impl store field 2017-10-02 23:46:05 +02:00
de4dot
9c1fe0c356 Show an error message if the call failed due to an error or exception 2017-10-02 23:45:56 +02:00
de4dot
722e7b0b5e Fix expression prop 2017-10-02 23:45:45 +02:00
de4dot
4838ba8f1e Impl Assign() 2017-10-02 23:45:36 +02:00
de4dot
4f3b6786cf Add address values 2017-10-01 16:44:06 +02:00
de4dot
8fa6b81256 Dispose of values 2017-10-01 16:43:57 +02:00
de4dot
1bf9efc721 Add an interpreter message exception 2017-10-01 16:43:46 +02:00
de4dot
65e55f6ff3 Move files 2017-10-01 16:43:34 +02:00
de4dot
58cd137c89 Use orig value if Conv returns null 2017-10-01 16:43:26 +02:00
de4dot
e2d13c173b Add raw value factory code 2017-10-01 16:43:16 +02:00
de4dot
481761af09 Update test code 2017-10-01 16:43:06 +02:00
de4dot
2d293c18af Try to convert value to target type 2017-10-01 16:42:58 +02:00
de4dot
537b9b9527 Support digit separators when parsing numbers 2017-10-01 16:42:46 +02:00
de4dot
bb2886d885 More interpreter value updates 2017-10-01 16:42:37 +02:00
de4dot
a38562c8ba Merge ref type and value type classes 2017-09-30 18:35:28 +02:00
de4dot
ba5aba243b Use a Type property 2017-09-30 18:35:19 +02:00
de4dot
ed150fcb53 More interpreter code 2017-09-30 18:35:09 +02:00
de4dot
7d97a17bc2 Update interpreter classes 2017-09-30 18:34:50 +02:00
de4dot
c2aa9dd0d7 Update local/param colors 2017-09-30 18:34:40 +02:00
de4dot
15915ffb4a Misc 2017-09-28 20:32:31 +02:00
de4dot
c778372298 Add a CultureInfo parameter to type/value formatters 2017-09-28 20:32:21 +02:00
de4dot
019a7595b5 Don't show decl type of overridden method 2017-09-28 20:32:07 +02:00