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

DrRacket Debug Step click requires leaving and re-entering bar to act on subsequent click #472

Closed
maueroats opened this issue Mar 16, 2021 · 2 comments

Comments

@maueroats
Copy link
Contributor

Version

Racket 8.0 [cs]

Platform: observed on Linux, Mac OS.

Steps to reproduce

  1. Begin with a program with at least two steps.
#lang racket
(+ 1 2)
  1. Hit the "Debug" button.
  2. Click step with the mouse.
  3. Without leaving the bar that contains the debug button, click it more times. Notice that subsequent clicks have no effect.
  4. Leave the bar and re-enter (this step works even if you perform no mouse activity other than motion)
  5. Click on the step button. Notice that it responds.

Side note: the button is not on a darker gray background ("lit up"?) when it is not responding to clicks. The background gets a darker gray when you leave the bar and hover over it again.

The program above takes me 4 clicks to complete.

Expected Behavior

Every click on the Step button advances one step.

@sorawee
Copy link
Contributor

sorawee commented Mar 16, 2021

This is a duplicate of #470. It will be fixed in Racket 8.1. If you can't wait, you can also download a snapshot version (http://snapshot.racket-lang.org/) now.

@maueroats
Copy link
Contributor Author

TIL, have to check closed issues as well as open ones.

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

2 participants