`MaDe` - Matlab Debugger for VS Code
MaDe
- Matlab Debugger for VS Code
The ast two months I've been working on a VS Code extension to debug matlab file. The repo for that project is going to be published this week.
It's still in alpha, but rn it has some functionalities.
You can:
- set breakpoints in a script
- run the matlab file stepwise (corresponds to dbstep
in matlab)
- run the whole file until the next breakpoint or end
- stack-tracing (scriptwise)
- evaluate variables at runtime via debug console
Since this is still in alpha, errors are to be expected.
I have also been working on the Extension MatTer for VS Code. Since I'm kind of finished with fundamental structure of MaDe
, there is going to come new updates for MatTer
, too.
~