-
I'm having some trouble making dotnet core debugging work in Ubuntu (which is running in WSL 2) and hope someone in here can lead me in the right direction.
I've installed the csharp gadget and add…
-
I'd be interested in adding C# support with the new Samsung debugger: https://github.com/Samsung/netcoredbg
I know there were discussions about it using the Microsoft vsdbg, but that didn't go anyw…
-
That should not be too hard, because F# runs on .NET core and mono, so the actual debuggers should work out of the box.
-
do we need it?
are legal problems?:
https://github.com/dotnet/core/issues/505
alternative
https://github.com/Samsung/netcoredbg
-
I pretty much like the way one can debug in Visual Studio...
Is it possible with mono under linux/Max OSX or the c# stuff under windows to get some of these awesome debugging features into vim?
-
**Describe the bug**
I'm trying to debug a REST API developed in dotnet core. When I start the debugging with `request: "launch"` in my `.vimspector.json`, the debugger does indeed break in `Startup.…
-
### Describe the bug
Given one breakpoint is already set and the debugging session has already started, when I browse through the call stack to a different file and use F9 (with g:vimspector_enable…
-
> Additional info can be found at puremourning/vimspector#293
Using this minimal program:
```csharp
using System;
using System.Threading.Tasks;
namespace test
{
class Program
{
…
-
Allow for users to extend theia with plugins, possible config in `.gitpod.yml`
```yaml
theia:
plugins:
- foo
```
-
Hello,
I noticed, that in CoreCLR 3.0 preview7 was added https://github.com/dotnet/coreclr/commit/a6292a6573e1f7d6e218293773e443280683cd83 commit, that remote export for PAL functions. For now, we us…