beaker icon indicating copy to clipboard operation
beaker copied to clipboard

run with debugger vs code support

Open rfustino opened this issue 2 years ago • 0 comments

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))

rfustino avatar Dec 09 '22 16:12 rfustino