Skip to content

Commit

Permalink
Additional README update
Browse files Browse the repository at this point in the history
  • Loading branch information
dklilley committed Dec 11, 2024
1 parent 3c6eabd commit dcb1914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ There are some limitations to running and debugging MATLAB code in Visual Studio
* Creating a custom run configuration for a file is not supported.
* When using the **dbstop** and **dbclear** functions to set and clear breakpoints, the breakpoints are added to file but are not shown in Visual Studio Code.
* Variable values changed in the MATLAB terminal when Visual Studio Code is paused do not update in the **Run and Debug** view until the next time Visual Studio Code pauses.
* Changing which stack frame is selected in Visual Studio Code will not automatically change the workspace used by the MATLAB terminal when debugging

## Configuration
To configure the extension, go to the extension settings and select from the available options.
Expand Down

0 comments on commit dcb1914

Please sign in to comment.