Closed rameloni closed 10 months ago
Do you have the debug db properly selected in the vscode? I don't see any breakpoint inserted in the vscode so that could be the reason? Also please make sure that you're not sharing the same debugging session with the terminal version.
I have little clue on what's going on to be honest. The vscode extension shares the same protocol as the terminal version so if one works, the other one should also work.
Do you have the debug db properly selected in the vscode? I don't see any breakpoint inserted in the vscode so that could be the reason? Also please make sure that you're not sharing the same debugging session with the terminal version.
I have little clue on what's going on to be honest. The vscode extension shares the same protocol as the terminal version so if one works, the other one should also work.
I have now tried to add some breakpoints as you suggested and it worked finally! So the "error" was related to that, I thought that it would have displayed some values even without breakpoints. Previously, I closed my previous terminal session, so it was not related to that.
Hello, I tried to execute the
hgdb-vscode
debugger but nothing is displayed.I made me sure that the symbol table
db
has been created properly, and I followed every step to build and run the simulation (verilator
) carefully as also addressed by @Kuree in https://github.com/Kuree/hgdb-debugger/issues/10#issuecomment-1233160260. Therefore, I managed to run it from the terminal throughhgdb
. However, it still does not work with the vscode extension.I configured the
launch.json
as follows:Any ways to solve this?