akibayashi
|
cf80dece30
|
Implement "VisitAssignment" method
I don't know why did VisitAssignment(ResolveResult lhs, ResolveResult rhs) simply throw an excption. I add some code to it, and it looks working well.
|
7 years ago |
Andreas Weizel
|
a356868562
|
Fix #616: Accessing an object list in ConsolePad causes unhandled exception
|
12 years ago |
Andreas Weizel
|
a502cf0eaf
|
Fix #613: NullReferenceException when I add `new DirectoryInfo(".")` to watches in debug.
|
12 years ago |
Siegfried Pammer
|
910cbf4148
|
fix bug in ExpressionEvaluationVisitor: comparison of two enum values was not possible
|
12 years ago |
Daniel Grunwald
|
0e4c8b8177
|
Fix escaping of char literals in debugger output.
|
12 years ago |
Daniel Grunwald
|
b4543592d0
|
Fix #445: Debug console crash when evaluating some types of expressions in a generic context
|
12 years ago |
Siegfried Pammer
|
4be2da1692
|
use GetValueException instead of others in ExpressionEvaluationVisitor
implement support for equality comparison
|
12 years ago |
Siegfried Pammer
|
7627844e01
|
add special support for null values in ExpressionEvaluationVisitor
|
12 years ago |
Siegfried Pammer
|
a1e199e12f
|
add DebuggerDotCompletion to ConsolePad
|
12 years ago |
Daniel Grunwald
|
eec385146f
|
Change LGPL headers to MIT header.
|
12 years ago |
Siegfried Pammer
|
89d4c7a3df
|
properly implement typeof expressions in debugger evaluation
|
12 years ago |
Daniel Grunwald
|
ee0e6b1d4d
|
Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
Also, fixes various references to the "VBNet" language string to use "VB" instead.
|
12 years ago |
Siegfried Pammer
|
ffca5c4b2f
|
implement support for debugging generic code
|
13 years ago |
Siegfried Pammer
|
b959bf5bdf
|
add better error messages to evaluation visitor
|
13 years ago |
Siegfried Pammer
|
c3dfe8dd2a
|
fix DebuggerProcessEntityContext: each IEntityModelContext needs a specific main or current assembly.
|
13 years ago |
Siegfried Pammer
|
61614a56e3
|
move all formatting to CSharpOutputVisitor, move all "extra" work to decorating ITokenWriter
|
13 years ago |
Siegfried Pammer
|
4a2640af1a
|
allow method execution in Console Pad, Conditional Breakpoints, Watch Pad and sub-tree nodes
|
13 years ago |
Siegfried Pammer
|
a1c035e005
|
fix Debugger: Move mouse over instance field (+property?) -> does not show value; expression is missing 'this'
|
13 years ago |
Siegfried Pammer
|
1300a4bcd9
|
fix Debugger: Move mouse over static event -> crash 'unknown member type'
|
13 years ago |
Siegfried Pammer
|
f45a80f29b
|
fix Debugger: Moving mouse over a static void method taking no arguments causes a DebuggerException. It seems the debugger is trying to run the method?
|
13 years ago |
Siegfried Pammer
|
281f3e17b3
|
fix NRE in ExpressionEvaluationVisitor when trying to evaluate non-static field from static context.
|
13 years ago |
David Srbecký
|
232985182a
|
Refactored handling of large and multi-dimensional arrays
|
14 years ago |
Siegfried Pammer
|
c9bea6a597
|
reimplement tooltips for simple expressions
|
14 years ago |
Siegfried Pammer
|
2857444c52
|
Implement better value conversion in the evaluator.
|
14 years ago |
Siegfried Pammer
|
ca8b21c242
|
fixing evaluation unit tests
|
14 years ago |
Siegfried Pammer
|
52add16bea
|
use new IType information for expression evaluation
|
14 years ago |
Siegfried Pammer
|
28bc1648b0
|
Implemented debugger expression evaluation using NRefactory semantic trees.
|
14 years ago |
Siegfried Pammer
|
4671ad9828
|
WIP
|
14 years ago |