Eric
Eric
Dependency graphing for active file, avoid compiling non-needed files.
Instead of using the status bar, we should show exceptions inline just like any other visualization. Once #21 is done we can let them inspect the exception just like any...
Now that we're just compiling full code, including for the test code, private, protected and internal methods are no longer callable. Need to devise a way to call these.
Once the initial method is enabled with the test code, you should be able to turn on display for methods other than the first enabled. This will require #32.
Currently, object values are simply strings generated by [DebuggerDisplay] and/or .ToString(); We need to be able to take a snapshot of the object's state if we ever want to be...
Targeted identification for a method to be logged (as opposed to applying logging universally). The current system just instruments the whole current file.
``` csharp int x = 5; [x | 5] ``` ``` csharp int y = 2 [x | 5] int x = 5; ``` Once you add the = 2,...
https://opensource.org/licenses Personally I recommend MIT as it is straightforward and permissive.