Hey thanks for implementing the Motoko debugger! 🎉 I've tried it out and it works quite well!
But I've encountered some limitations that I'd like to ask if they are part of your current scope of this project.
I wanted to test it out on the new-base repo. I've gathered all my experiments in this PR. I wanted to debug one of the test files but the larger ones fail with an error index out of bounds: the len is 27 but the index is 30 and the other ones fail to produce a valid list output (usually File not found). For more details please have a look at the PR.
Overall, on small examples like this one the debugger seems to work really well!
Hey thanks for implementing the Motoko debugger! 🎉 I've tried it out and it works quite well!
But I've encountered some limitations that I'd like to ask if they are part of your current scope of this project.
I wanted to test it out on the new-base repo. I've gathered all my experiments in this PR. I wanted to debug one of the
testfiles but the larger ones fail with an errorindex out of bounds: the len is 27 but the index is 30and the other ones fail to produce a validlistoutput (usuallyFile not found). For more details please have a look at the PR.Overall, on small examples like this one the debugger seems to work really well!