-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't workingfrontendAny issues regarding the GUI frontendAny issues regarding the GUI frontend
Description
Clicking on omniscience variable values causes codetracer to jump to the line
Steps to reproduce:
- Open CodeTracer using
ct run test-programs/noir_space_ship/ - Jump to line 4 of shield.nr
- Move the slider so it is not on the first iteration
- Click on the omniscience value for "i" on line 4 as shown in the screenshot.
- Click on any other omniscience variable value
Expected result:
When clicking on any omniscience value, the line should be selected as with any other line of code.
Actual result:
When clicking on any omniscience variable value, CodeTracer jumps backwards to that line. If that line happens to be the first line of a loop, it repeatedly jumps to the previous iteration until it hits the first one.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendAny issues regarding the GUI frontendAny issues regarding the GUI frontend