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

Resubmit code from debug-session #5807

Open
pdawyndt opened this issue Sep 19, 2024 · 1 comment
Open

Resubmit code from debug-session #5807

pdawyndt opened this issue Sep 19, 2024 · 1 comment
Labels
medium priority Things we want to see implemented relatively soon

Comments

@pdawyndt
Copy link
Contributor

pdawyndt commented Sep 19, 2024

Would be handy if students could resubmit their solution after having made changes from a debug session.

If the debugger is launched from a test case, students can stop the debug session in the built-in editor and make change to the code (to get rid of a bug). After they've done, there's no direct way to resubmit the solution from this edit-session: all students can do is copy-paste the edited solution back into Dodona. There's also a danger they may close the editor and loose their edited solution (= potential road to frustration).

@pdawyndt pdawyndt added the feature New feature or request label Sep 19, 2024
@github-project-automation github-project-automation bot moved this to Unplanned in Roadmap Sep 19, 2024
@bmesuere bmesuere added the medium priority Things we want to see implemented relatively soon label Oct 24, 2024
@bmesuere
Copy link
Member

Use local storage to store code between page loads. Possibly convert the existing "submit this code" implementation to also use local storage.

@bmesuere bmesuere removed the feature New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority Things we want to see implemented relatively soon
Projects
Status: Unplanned
Development

No branches or pull requests

2 participants