Thays Grazia

Results 8 issues of Thays Grazia

Code: ``` private void IncrementCount() { JObject myObj = new JObject(); myObj.Add("thays", new JObject()); } ``` Disable JustMyCode in Debugger settings. Try to look at myObj in locals, you will...

arch-wasm
area-Debugger-mono
in-pr

Adding the warning message fixed in this PR as a known issue for .net7.0: https://github.com/dotnet/runtime/pull/77616

Removing usage of AsyncCallback and AsyncResult, this is not available in netstandard. Changing projects to use new csproj style.

do not merge

Following this fix https://github.com/mono/debugger-libs/pull/300 We should start trying to async-ify more of debugger-libs. @DavidKarlas : Most correct way to fix this issue was to change return type to Task which...

Adding changes to support debug wasm apps using monovsdbg. ![image](https://github.com/dotnet/vscode-csharp/assets/4503299/57006308-7735-4189-a7ce-b5d39c38e19d) Tested scenarios with the new setting enabled and this PR: - With Assets and C# DevKit Not Installed targetting .NET...

## Visual Studio Version dev18.0 ## Summary When I run a "blazor web app", "webassembly, "per component" sometimes you will see two tabs opened when you run the app using...

Feature-Debugging