paulo-fernando-silva / vscOctaveDebugger

MIT License
35 stars 4 forks source link

Slash in string as function argument in debug configuration leads to syntax error #25

Closed Marian-Braendle closed 4 years ago

Marian-Braendle commented 4 years ago

Using a front slash in a function argument in "program" in the Debug Session Configuration leads to an internal syntax error:

For example:

...
"program": "test_function(\"test/test\")",
...
paulo-fernando-silva commented 4 years ago

Hi Braendle, thanks for reporting this issue. I've published version v0.3.16 which fixes this issue. I'll close the bug now, but feel free to reopen it in case the fix doesn't work for you. Thanks