Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

no output on debug console #6

Open
micharaze opened this issue Nov 13, 2018 · 0 comments
Open

no output on debug console #6

micharaze opened this issue Nov 13, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@micharaze
Copy link

micharaze commented Nov 13, 2018

I don't know if it's a bug or if it's not implemented yet. When I run an Octave code, the debug console of vs code remains empty.

launch.js:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "octave",
            "request": "launch",
            "name": "Octave Debug Adapter(preview)",
            "exec": "octave-cli",
            "program": "${file}",
        }
    ]
}

VS Code version: 1.28.2

@tjhu tjhu self-assigned this Nov 17, 2018
@tjhu tjhu added the bug Something isn't working label Nov 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants