Skip to content

How to get process id of a process started via RunInTerminalRequest via the debug protocol #16786

Closed
@davidanthoff

Description

@davidanthoff
  • VSCode Version: 1.7.2
  • OS Version: Windows 10

I'm trying to implement a debug adapter for the julia language. At this stage I'm just trying to get the Ctrl+F5 functionality going. I'm using the RunInTerminalRequest to start the current julia script. How can I get the process ID for the instance of julia that I'm starting in that way? The RunInTerminalResponse has an optional field processId, but the response I get for my RunInTerminal request never contains that information. I tried both the integrated and external option for kind, but in neither case do I get a process id back.

Metadata

Metadata

Assignees

Labels

*questionIssue represents a question, should be posted to StackOverflow (VS Code)debugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions