Paulo
Paulo
Thanks for the tip. Unfortunately version 1.0 still doesn't seem to recognize comments correctly... Or at least that's what I'm imagining. But maybe vscode sends mouse hover expression evaluation requests...
I can understand that you can't hard code all the solutions. There are infinite possibilities. But they should be identified in some other way. The presence of the requirements, or...
Strange, it works fine on my side. Can you add `,"verbose": true` to your launch cfg and post the log here?
Are you using the plugin version 0.4.3? That log looks like it's missing some lines. Could you run it with `, "logFilename": "${workspaceFolder}/log"`? Maybe we can get more info that...
This seems to be an issue specific to the windows version of octave. It seems that even though it takes commands from stdin/out when in pause it waits for direct...
I've found that Octave-5.2.0 had a patch applied that broke this functionality (or fixed it depending on the point of view). See bug here: https://savannah.gnu.org/bugs/?55029 You can install install the...
are you stepping over a pause? That's a known issue. Don't believe it can be avoided. On the plugin page I have a reference to it quote: stdinput: Currently if...