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

Improve startup logic & code refactor #10

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Conversation

jasonpaulos
Copy link
Contributor

@jasonpaulos jasonpaulos commented Nov 3, 2023

This PR improves the debugger startup logic. Now, the debugger can handle multiple different sessions without needing to restart.

In addition to that, I've slimmed down the vscode frontend plugin which calls into the debugger. Now the only way to invoke it is by creating a launch.json debug entry, which specifies simulateTraceFile and programSourcesDescriptionFile.

Also includes a code refactor to avoid circular imports which were present prior to this PR (though didn't appear to be harmful)

Closes #5

@jasonpaulos jasonpaulos marked this pull request as ready for review November 3, 2023 19:59
@jasonpaulos jasonpaulos merged commit 9324950 into main Nov 6, 2023
3 checks passed
@jasonpaulos jasonpaulos deleted the improve-startup-logic branch November 6, 2023 21:38
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.

Improve how the debugger gets invoked
1 participant