Omnisharp-vscode: Alternative debugger using

Created on 8 Apr 2019  路  4Comments  路  Source: OmniSharp/omnisharp-vscode

Hi guys,

I want to try the debugger using VS Code. The debugger supports VS Code Debug Adapter Protocol, so I'm wondering if there is a way to use the debugger through your extension ( sorry if I said something wrong ).

Is it possible to use my own Debug Adapter Protocol implementation instead of 'vsdbg-ui.exe'?

Best regards,
Andrey.

Question

All 4 comments

cc @gregg-miskelly ?

The way debug adapters work in VS Code is that the type property in your .vscode/launch.json file tells VS Code what debug adapter to use when you hit F5. So if someone provided an alternative debug adapter that worked with .NET Code, you could modify the type property in your launch.json to use that debug adapter. I am not familiar enough with Samsung's debug adapter to know if it is a candidate to be such a debug adapter. But the .NET Core debugging APIs are available for anyone who wants to try and create an alternative.

@ExceptionGit, @gregg-miskelly Thank you for help! I've reached my goal.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ZeldaZocker picture ZeldaZocker  路  3Comments

greghroberts picture greghroberts  路  3Comments

tstivers1990 picture tstivers1990  路  3Comments

jrmcdona picture jrmcdona  路  3Comments

mattwoberts picture mattwoberts  路  3Comments