vscode-riscv-venus
vscode-riscv-venus copied to clipboard
".import" on Windows is not working
I am trying to debug code with .import
using relative path on Windows, which gives the error below:
Error: ENOENT: no such file or directory, open '/D:/0000/CS61C/CS61C-fa20/proj2/unittests/assembly/TestAbs_test_minus_one.s'
perhaps the '/' prefix is causing the problem?
the code is from cs61c proj2, here is an example