Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace debugger visualizer with a Visual Studio extension #112

Open
snikolayev opened this issue Apr 24, 2017 · 2 comments
Open

Replace debugger visualizer with a Visual Studio extension #112

snikolayev opened this issue Apr 24, 2017 · 2 comments

Comments

@snikolayev
Copy link
Member

Create a Visual Studio extension that would allow visualization of rule sessions, facts within nodes. Long term potentially extending into rule debugging, etc.

@andregomars
Copy link

still working on it? Or any plan on VS Code extension to allow visualization of rule sessions and etc.?

@snikolayev
Copy link
Member Author

Yes, I'm still working on this, but can't say it's going well. I started on this several times and hit a dead-end. Can't find a way to interact with the application being debugged from the extension in a way that gives me what I need. With the debugger visualizer, you can inject code into the debuggee that then interacts with the debugger. With VSIX I cannot find a similar mechanism. The best I found was to evaluate expressions within the debuggee, and they can only return strings, so not too flexible.
And the problem with the debugger visualizer is that it cannot be hosted in a panel within visual studio, so it's very limited in that sense.
But I keep digging. Obviously if you @andregomars or anyone else has experience with this and can offer some suggestions or help that would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants