-
Here is the problem I compiled under win10 x86 os - https://github.com/Samsung/netcoredbg/issues/76.
Does anyone have a similar problem?
-
### I've searched open issues for similar requests
Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
` was originally here, but …
-
Using latest release 2.0.0-895 linux amd64 net5, `--interpreter=vscode --engineLogging --server=5678`
Randomly, but significantly often, the debugger seems to be stopping on handled exceptions. Whi…
-
```
36656.134 I/NETCOREDBG(P594515, T594515): main.cpp: main(418) > Netcoredbg started
36656.134 I/NETCOREDBG(P594515, T594515): main.cpp: instantiate_protocol(118) > Creating protocol CLIProtocol
…
ppebb updated
2 years ago
-
"frames.cpp" solution: https://stackoverflow.com/questions/68167789/cin-ignorestdnumeric-limitsstdstreamsizemax-n-gives-me-an-error
```
$ CC=clang CXX=clang++ cmake -DDOTNET_DIR=//dotnet/ -DCORECL…
-
Latest `dap-mode` (Melpa 20220712.919) with debugpy 1.6.2 is returning the following on `dap-debug`, choosing default templates returns:
```
Warning (emacs): Initialize request failed: Invalid messa…
-
I tried to build the source using CMake as follows:
`PS> cmake ../ -G "Visual Studio 17 2022"`
Here's the log output:
```
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.1…
-
What should I do to run netcore debug on x86 system?
I tried to modify the .vcxproj file. In c/c++ -->preprocessor, delete some definitions like AMD64, _TARGET_AMD64_, add _TARGET_X86_=1.
My preproc…
-
netcoredbg recently added exceptionBreakpointFilters support: [netcoredbg commit](https://github.com/Samsung/netcoredbg/commit/0eb46078b47ba31a04269fcc8e19b42081cc0267#diff-a684d655a34a4b8582e4d8cc1a0…
-
## Summary
When requesting completion or signature help within a lambda declared as part of an enum item, the request thread spins for a long time, and the client gets no response
Sorry for the …