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

Debug Interface helpful functions #249

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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
1 participant