-
### Debug adapter definition and debug configuration
```lua
dap.adapters.netcoredbg = function(cb, config)
if config.preLaunchTask then config.preLaunchTask() end
local adapter = {
type…
-
The `dotnet run` [command](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run) has a parameter `--launch-profile` which can be set, referring to a profile defined in `Properties/launchSetti…
-
These small patches were required to get it to compile with .NET 5.0:
```diff
diff --git a/src/debug/netcoredbg/CMakeLists.txt b/src/debug/netcoredbg/CMakeLists.txt
index 5b21494..4036361 100644
-…
-
Hi,
I cannot debug dotnet core app. I have netcoredbg on my path but I still got message that netcoredbg is not installed.
Steps to reproduce:
- Open new console app
- Run M-x dap-debug and …
-
### Describe the bug
Can not install any plugin from custom registry because generated url for yaml is wrong. Initial registry url is prepended which breaks the url.
Unable to install plugin '…
-
Hi!
Testing latest `netcoredbg --interpreter=cli` `netcoredbg-linux-amd64-2.0.0-859` targeting a net5 process.
When the process rethrowns an exception I get
`stopped, reason: exception received, na…
-
This is not a bug report, thus I didn't follow the template. Sorry about that in advance.
`Samsung/netcoredbg` (https://github.com/Samsung/netcoredbg) is open-source licensed with MIT, but MS's vsd…
Banyc updated
2 years ago
-
## Issue Description ##
While opening a C# project for the first time this plugin tries to download the debugger, which it cannot find because it's received a slightly differnt URL.
It has been rena…
-
We should have detailed documentation on how to get up and running with a developer setup.
This should include Windows, Mac, and Linux.
It is required that all OSes have a documented way that does n…
-
As it stands right now, the extension cannot be installed. The reason is quite simple - it tries to download netcoredbg from https://github.com/Samsung/netcoredbg/releases/download/1.2.0-825/netcoredb…