Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

How can I configure VS code to debug scala? #40

Open
Charmatzis opened this issue Apr 23, 2017 · 6 comments
Open

How can I configure VS code to debug scala? #40

Charmatzis opened this issue Apr 23, 2017 · 6 comments

Comments

@Charmatzis
Copy link

Could you please provide a task for VS code so I can debug a scala app?

@dragos
Copy link
Owner

dragos commented Apr 24, 2017

I'm not sure what you're suggesting. Is it a Scala debugger for VS Code?

@0zAND1z
Copy link
Contributor

0zAND1z commented May 21, 2017

Hi @Charmatzis , Maybe if you're suggesting a debugging feature like the one LLDB/LLVM or NodeJS has in VS Code, I request you to go through these:

  1. INTRO: https://code.visualstudio.com/docs/editor/debugging
  2. DEBUG DESIGN: https://code.visualstudio.com/docs/extensions/example-debuggers
  3. DEBUG PROTOCOL: https://code.visualstudio.com/docs/extensionAPI/api-debugging

@gabfssilva
Copy link

I guess he's talking about this, but for Scala: https://github.com/Microsoft/vscode-java-debug. I'm not familiar with VS, can anyone tell if it is trivial to fork this and adapt to work with Scala?

@0zAND1z
Copy link
Contributor

0zAND1z commented Oct 27, 2017

@gabfssilva you may experiment this by supporting the sbt within from the extension (native comms between sbt and the extension host?) and then activate the sbt plugins required to debug the active file?

@egoarka
Copy link

egoarka commented Dec 12, 2018

any news?

@dragos
Copy link
Owner

dragos commented Dec 12, 2018

Not as far as I'm concerned, I don't know about the others in this thread. There seems to be a lot of interest, perhaps people can pool resources and get it started?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants