hi
I have tryed to integrate sharpdevelop debugger in my app and I have integrated texteditor as scripting tool
my goal is to debug some scripts that uses my running assemblies and give the end user the possibility to run some internal functions simply and debug them.this functions are exposed by a separate dll project.
when loading the project in the scripting tool I can get methods and call them but I have no idea about values from my main app
so is there any way to do this?
I have read that there is some methods to interact with interprocessing but I dont know
may be using sharpsnippetcompiler and integrate it into the application is like using an other instance of sharpdevelop and it is not really integrated in the app.