Skip to content

Instantly share code, notes, and snippets.

@XinyueZ
Created December 24, 2021 21:19
Show Gist options
  • Select an option

  • Save XinyueZ/11831f46f9aca6a4f77836dcb5a1da54 to your computer and use it in GitHub Desktop.

Select an option

Save XinyueZ/11831f46f9aca6a4f77836dcb5a1da54 to your computer and use it in GitHub Desktop.
ml_octave_launch
{
"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