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

issues with VSCode 1.28.2 #5

Open
davydden opened this issue Nov 1, 2018 · 3 comments
Open

issues with VSCode 1.28.2 #5

davydden opened this issue Nov 1, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@davydden
Copy link

davydden commented Nov 1, 2018

Unfortunately, I have issues with this debugger. I set a debug point and launch configuration

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "octave",
      "request": "launch",
      "name": "Octave Debug Adapter(preview)",
      "exec": "/path/to/octave-4.4.1/bin/octave-cli",
      "program": "${command:AskForProgramName}"
    },
  ]
}

debugger seems to be running but it kind of stuck without an option to step over or do anything:
screenshot 2018-11-01 at 21 17 20

@davydden
Copy link
Author

davydden commented Nov 1, 2018

it actually says in Debug console

stopped in /path/to/test.m at line 2

however there are no variables shown and no way to advance.

@davydden
Copy link
Author

davydden commented Nov 1, 2018

looks like it does not like the filename to be test.m and gives in call stack

error (Unknown Source:undefined)

if I rename test.m from root of workspaces folder to hallo.m the debugger seems to be running and variables are shown.

screenshot 2018-11-01 at 21 37 17

@tjhu tjhu self-assigned this Nov 3, 2018
@tjhu tjhu added the bug Something isn't working label Nov 3, 2018
@davydden
Copy link
Author

davydden commented Nov 6, 2018

@gitletH

p.s. a bit un-related but perhaps you and @paulo-fernando-silva (https://github.com/paulo-fernando-silva/vscOctaveDebugger) can join forces on octave debugger for VSCode (combine the best out of both projects)

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