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

Fix cortex-debug related debugging issue #578

Merged
merged 2 commits into from
Oct 27, 2021

Conversation

msujew
Copy link
Contributor

@msujew msujew commented Oct 25, 2021

Closes #527

As we can assume that the backend session is indeed destroyed (gdb session), we can simply destroy the frontend session without worrying about a dangling debug session somewhere.

Be aware, that this is connected to an upstream Theia issue: eclipse-theia/theia#10164

How to test

  1. Create a debug session
  2. Stop the debugger
  3. The debug session should have been stopped correctly

@per1234 per1234 added topic: code Related to content of the project itself topic: debugger Related to the integrated debugger type: imperfection Perceived defect in any part of project labels Oct 25, 2021
@fstasi fstasi merged commit acbb164 into arduino:main Oct 27, 2021
@msujew msujew deleted the msujew/fix-debugging-issue branch October 27, 2021 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself topic: debugger Related to the integrated debugger type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stopping debugger fails with an error
3 participants