Created
December 24, 2021 21:19
-
-
Save XinyueZ/11831f46f9aca6a4f77836dcb5a1da54 to your computer and use it in GitHub Desktop.
ml_octave_launch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configurations": [ | |
| { | |
| "type": "OctaveDebugger", | |
| "request": "launch", | |
| "name": "Octave Program", | |
| "program": "${workspaceFolder}/${fileBasenameNoExtension}.m", | |
| "octave": "octave-cli", | |
| "sourceFolder": "${workspaceFolder}", | |
| "autoTerminate": true, | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment