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

run with debugger vs code support #140

Open
rfustino opened this issue Dec 9, 2022 · 0 comments
Open

run with debugger vs code support #140

rfustino opened this issue Dec 9, 2022 · 0 comments

Comments

@rfustino
Copy link

rfustino commented Dec 9, 2022

Boxen example works fine from the command line when changing to examples/boxen . It does not work from the debugger stepping thru. Needs some path logic to reference the right folder and location.

we have used this code before to handle some thing like this

with open(os.path.join(path, "contract.json"), "w") as f:
f.write(json.dumps(contract.dictify(), indent=2))

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