-
### Summary
Having read thru the Che Docs about configuring per-editor plugins, it's unclear if we can completely override/ignore plugins installed for VSCode when launching Theia.
https://www.ecl…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build *netcoredbg*
### Build log
https://gist.github.com/mdarocha/2625e779c17587bfe6010f8bfa7d410d
### Notify maintainers
@leo602…
-
Hi,
I'm using Windows 10 Professional and Windows Terminal version 1.15.2874.0
And I'm able to debug and hit breakpoints, I'm able to step through, into and out of methods.
So now I started to se…
-
### Description
When getting user input in a C# program via Console.ReadLine(), and attempting to enter it via the debug console, it crashes with error 0x80004005.
### Works in vim?
Reproducable in…
ppebb updated
2 years ago
-
Hi folks,
I don't know if here is the right place to ask it
How can I debug an unit test using netcoredbg with--interpreter=vscode?
I'm trying to nvim with netcoredbg, debug application is fi…
-
StepOver is failed in the following example:
static void Main(string[] args)
{
Task.Run((Action)( async () =>
{
await Task.Yield();
}));
…
-
## Problem description
I am trying to use `netcoredbg` in the VSCode interpreter mode to debug some .NET projects. While for the most part I am able to do this in my preferred editor, I find that t…
-
I got the issue with 'configurationDone' request from VimSpector.
I create a new and simple C# console project in .NET 6. When I launch the debugger, the screen only stops at 'Initializing debug ad…
-
During netcoredbg testing with ASAN on Linux, we found some debugger API code related runtime 6.0 code regression compared to 3.1 and 5.0 runtimes:
- netcoredbg with libdbgshim.so (amd64 .NET SDK 6.…
-
Hi Flutter Tizen Team,
**1) Cursor not showing**
I was creating a web app for Samsung M8, however, there is no cursor showing on the app even if the mouse is connected.
Here is my very simple a…