Scripty icon indicating copy to clipboard operation
Scripty copied to clipboard

Add debugging support to custom tool

Open daveaglick opened this issue 9 years ago • 3 comments

I have no idea what this would take (or if it's even possible), but sure would be helpful.

daveaglick avatar Jun 16 '16 19:06 daveaglick

If #18 is completed, this one should be easier to handle.

Herdo avatar Jun 17 '16 14:06 Herdo

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 ?)

StingyJack avatar Jan 23 '17 12:01 StingyJack

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)

StingyJack avatar Feb 27 '17 13:02 StingyJack