Skip to content

use interactive text editor in frontend #308

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

Open
cs01 opened this issue Feb 18, 2020 · 0 comments
Open

use interactive text editor in frontend #308

cs01 opened this issue Feb 18, 2020 · 0 comments

Comments

@cs01
Copy link
Owner

cs01 commented Feb 18, 2020

Is your feature request related to a problem? Please describe.
When debugging a program, the program cannot be modified in the gdbgui interface. It has to be opened else where, then saved. This can be cumbersome.

Describe the solution you'd like
Use an interactive code editor in the web UI, such as Microsoft's Monaco as a text editor instead of hand-made React component. This essentially enables all of VSCode's language service capabilities in the browser, such jump to definition, language-specific semantic understanding of variables for things like hover. Adds ability to edit+save files. Also must support inline disassembly display.

Describe alternatives you've considered
Use a text editor or IDE.

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

1 participant