bramvbilsen / Matlab-Code-Run-for-VS-Code

This repo contains the code for the "Matlab Code Run" extension for Visual Studio Code,
25 stars 5 forks source link

The tricks to debug in the terminal #21

Open Nowlinsuk opened 2 years ago

Nowlinsuk commented 2 years ago

We can debug with "Keyborad" Function in the matlab: https://ww2.mathworks.cn/help/matlab/ref/keyboard.html?searchHighlight=keyboard&s_tid=srchtitle_keyboard_1 I tested it on the terminal which this extension provided, and it works. tmp83A8 With the command "whos", I can see the workspace variables: tmp4BEB Right click on the variable and select "open", then I can see the data,but to plot the selected data with this panel does not work, which is a little bothered: tmpFF0F tmpFE48