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

Handle debug session end #668

Open
dqna64 opened this issue Jun 28, 2024 · 0 comments
Open

Handle debug session end #668

dqna64 opened this issue Jun 28, 2024 · 0 comments

Comments

@dqna64
Copy link
Collaborator

dqna64 commented Jun 28, 2024

Is your feature request related to a problem? Please describe.
When user finishes debugging their program...

Describe the solution you'd like

  • Debugger BE kill gdb subprocess
  • Debugger BE send "programFinish" event to FE
  • FE indicate program finished, next button turns into "exit" button -- clear type annotations, stack inspector, console

Describe alternatives you've considered
Right now BE keep GDB process running and keeps calling custom_next command even tho program finished in gdb
Right now FE keeps allowing user to trigger executeNext events to debugger BE

Additional context

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