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

Navigating from "data Simulator" view back to code view restarts the program #10036

Open
chrisdar opened this issue Jul 4, 2024 · 0 comments

Comments

@chrisdar
Copy link

chrisdar commented Jul 4, 2024

Bug Template

Describe the bug
Navigating from "data Simulator" view back to the code view restarts the program

To Reproduce
Steps to reproduce the behavior:

  1. Create a one-line program to print "Hello World!" using the console log/print function
  2. Run the program
  3. Click "Show data Simulator" button to view the printed output
  4. Click the "go back" button to return to the code view.

At this point, the program restarts.

Expected behavior
Application should not restart when the "go back" button is clicked. Scenario demonstrating why this would be useful:

  • Developer writes code that interacts with the user via IO and sets up the program state.
  • The developer switches to the "data Simulator" view to check the state of the application.
  • At this point, the developer should be able to view the code without that triggering a restart of the program.

Ideally, "data Simulator" and code views can be viewed side-by-side. But at a minimum, the program shouldn't restart just because of a view change.

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