Skip to content

Is dart debug adapter currently supported? #34

Answered by jay-babu
shashanknimje asked this question in Q&A
Discussion options

You must be logged in to vote

I created a PR to add support: #35. added in mason.nvim on 12/7, did not know about it: https://github.com/williamboman/mason.nvim/blob/main/lua/mason-registry/dart-debug-adapter/init.lua. Do you mind testing it?

Also, it seems you opted to not use: automatic_setup. May I ask why? It would remove much of the manual configuration you have to do. you can still override if you want (below). instead of automatic_setup = true, you pass in a table.

automatic_setup = {
  configurations = {
     dart = {
         stepping_granularity = 'statement'
     }
  },
}

the above would be merged with the config provided by this plugin to allow full customizability without the boilerplate.

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jay-babu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@shashanknimje
Comment options

@jay-babu
Comment options

@shashanknimje
Comment options

@jay-babu
Comment options

@shashanknimje
Comment options

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