Skip to content

DAP configuration #218

Answered by williamboman
Je12emy asked this question in Q&A
Aug 1, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hello! So Mason doesn't replace any existing editor functionalities, it just provides you with a way to manage the installation of netcoredbg. From the snippet you provided, the only thing I'd change is the command:

dap.adapters.coreclr = {
    type = 'executable',
-   command = '/home/foo/netcoredbg/netcoredbg',
+   command = 'netcoredbg',
    args = {'--interpreter=vscode'}
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Je12emy
Comment options

@nyngwang
Comment options

@williamboman
Comment options

Answer selected by Je12emy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants