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

register new context menu entries #88

Open
GitMensch opened this issue Sep 9, 2020 · 0 comments
Open

register new context menu entries #88

GitMensch opened this issue Sep 9, 2020 · 0 comments

Comments

@GitMensch
Copy link
Contributor

it would be nice to be able to:

  • possibly register the navigation, if the active COBOL extension supports it (bitlang.cobol has a "go to definition" that may be usable for example)
  • the view group would could be filled with "show data" (which is done via libcob as is now, if available) with "show as hex" (check for null value, then asking GDB to p/x var->data) and "show as binary" (check for null value, then asking GDB to p/t var->data)
  • add to watch (=adding to the watch list) and "break on value changes" (=gdb watch of var->data) should be available, too

See microsoft/vscode#70377 for details of this new feature that is available in insider and on the list for the September 2020 release.

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

No branches or pull requests

1 participant