-
Notifications
You must be signed in to change notification settings - Fork 109
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
Documentation #26
Comments
Hi! Thank you for expressing your interest in netcoredbg.
|
I am interested in the GDB/MI interface, will check out the link supplied. A list of the commands supported and the link to the docs could be a good start for the README page. |
For DAP the one thing that has to be documented is the launch request, as it is completely server-defined and users have to configure it. |
Hi, Is there some getting started guide? Thanks |
@serezlan what kind of starting guide you are looking? For developing NCDB or for using it? |
@alpencolt I am thinking about guide on how to use the debugger. |
Next week we're going to synchronize source code with our main repo, manual will be added.
CLI commands for debugging are similar to GDB ones. To not enter
Also it's possible to run NCDB from VS Code. |
Check this for VSCode dotnet/vscode-csharp#3943 (comment) |
@serezlan check this manual https://github.com/Samsung/netcoredbg/blob/master/doc/cli.md |
It would be great to have some documentation on each command. I managed to run a few things using the unit tests as an example, but that's less than ideal.
Doesn't need to be a full fledged manual, just a Wiki page can work.
The text was updated successfully, but these errors were encountered: