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

Invoking Do it in a Debugger raises an error #220

Closed
npapagna opened this issue Jan 1, 2022 · 1 comment
Closed

Invoking Do it in a Debugger raises an error #220

npapagna opened this issue Jan 1, 2022 · 1 comment

Comments

@npapagna
Copy link

npapagna commented Jan 1, 2022

Describe the bug
Do it cannot be used in a Debugger, an error is raised.

Steps to reproduce

  1. Open a Workspace with a := 1.
  2. Right-click on the Workspace -> Debug
  3. Invoke Do it on a := 1.
  4. Notice the following error is raised: Error: 'subscript is out of bounds: 1'

Expected behavior
I was expecting to be able to use Do it in the Debugger.

Screen captures
image

Additional context
Do it works just fine in a Workspace, the error is raised when trying to invoke it in a Debugger.

@jvuletich
Copy link
Member

It seems this has been fixed. Thanks!

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

2 participants