-
Notifications
You must be signed in to change notification settings - Fork 420
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
Looking for documentation on how to use omnisharp http (or stdio) server #2601
Comments
While waiting/hoping for any documentation resources, |
Ok I understand, and code should be a good source of information. First of all, here is the context: Is the Omnisharp server a good candidate to build such a custom debugger?
I see that Omnisharp is often and easily used for IDE code completion, to get debug symbols, but is it advanced enough to control the debuggee (app), inspect the stacks, evaluate expressions (i.e call function on target object) ? Any answer will be appreciated. |
Hi all,
I am looking for doc or example to see how to use the omnisharp http or stdio server.
The goal would be to see if this could be integrated with an existing IDE debugger.
So any example, or documentation , forum, mailing list would be nice.
The text was updated successfully, but these errors were encountered: