Skip to content

Conversation

@Prerna-0202
Copy link
Owner

@Prerna-0202 Prerna-0202 commented Mar 19, 2023

GSOC

POC

Fixes #245

Describe the changes you have made in this PR -

Added some helpful functions inside globalScope for debugging of circuits.

  1. Added the loadCircuit(data) function to load circuits from circuit data.
  2. Added removeBug() for removing the bug nodes from the circuit.
  3. Added the next() function to load the next state after the previous state of the circuit.
  4. Added previous() function to load the just previous state of the circuit.
  5. Fixed function removeBugNodes(), as it is not working due to the wrong condition provided inside if condition.

Screenshots of the changes (If any) -

Deubg.Helpful.functions.online-video-cutter.com.mp4

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

@Prerna-0202 Prerna-0202 changed the title added load, remove_bug_nodes, next, previous function Debug Interface helpful functions Mar 19, 2023
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

Successfully merging this pull request may close these issues.

Implement a debug Interface

2 participants