Scripty
Scripty copied to clipboard
Add debugging support to custom tool
I have no idea what this would take (or if it's even possible), but sure would be helpful.
If #18 is completed, this one should be easier to handle.
Found this...
Get hold of the DTE object, find the (current) process in DTE.Debugger.LocalProcesses Attach the debugger - example run method from the compiled assembly
so it requires .Complile and .Run instead of Eval (probably ?)
Work in progress @ https://github.com/StingyJack/Scripty/tree/debug_attempt_1
I may be getting to the end of my current knowledge on the topic, Suggestions welcome. (run the unit tests to find the important one)