You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I'm trying to migrate but I don't quite understand the settings of the Csharp configuration.
I have netcoredbg installed and I actually tested it out and it's working fine, so there is that, but using the configuration as:
The dap instructions don't work(This happens when I run DapToggleBreakpoint):
The thing is I kind get that some of those Dap configurations are not quite right, first off I don't get what I should put at: vim.fn.input('Path to dll', vim.fn.getcwd() .. '/bin/Debug/', 'file')
What am I supposed to put up here, I should put something in the 'Path to dll', like the actual .dll in the project I'm trying to run?? the other part would be /bin/Debug/ is not the full path to the dll, and lastly we have that 'file' argument, would that be the dll??
I'm kind of confused of what should be done here, if I manage to make it work I can do something about the docs around that or even creating some expansion to this project when talking about Csharp.
I tried to get more information around the web but I guess that or I'm my the first trying it(I doubt) or everyone else don't get to work and quited.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Well I'm trying to migrate but I don't quite understand the settings of the Csharp configuration.
I have netcoredbg installed and I actually tested it out and it's working fine, so there is that, but using the configuration as:

The dap instructions don't work(This happens when I run DapToggleBreakpoint):

The thing is I kind get that some of those Dap configurations are not quite right, first off I don't get what I should put at:
vim.fn.input('Path to dll', vim.fn.getcwd() .. '/bin/Debug/', 'file')
What am I supposed to put up here, I should put something in the 'Path to dll', like the actual .dll in the project I'm trying to run?? the other part would be /bin/Debug/ is not the full path to the dll, and lastly we have that 'file' argument, would that be the dll??
I'm kind of confused of what should be done here, if I manage to make it work I can do something about the docs around that or even creating some expansion to this project when talking about Csharp.
I tried to get more information around the web but I guess that or I'm my the first trying it(I doubt) or everyone else don't get to work and quited.
Beta Was this translation helpful? Give feedback.
All reactions