Gleb Balykov

Results 57 comments of Gleb Balykov

@geraldspreer Can you also try to find commit, which introduced this problem? There're 109 commits between 1.2.0-786 and 2.0.0-58, all of them support .net 6 build, and it will take...

@geraldspreer please follow next instruction 1. clone 6.0 runtime ```sh cd /tmp git clone https://github.com/dotnet/runtime cd runtime git checkout release/6.0 ``` 2. in netcoredbg dir cherry-pick mac build fix and...

@geraldspreer thank you for analysis! It seems strange though that `force_flat_namespace` affects sleeping, and the only thing I can think of is that some dependency library is overridden during load...

@geraldspreer is this with or without force_flat_namespace?

Can you also try smth like strace (dtruss, ktrace, etc.) on mac to see syscalls and share logs with/without flat namespaces?

> In the test process only .NET assemblies are optimized, including the one containing Debug.Assert etc. Does this mean that Debug.Assert that you want to catch is somewhere in standard...

Thanks for your contribution, this is part of latest release

Please share your version of netcoredbg, version of .net runtime, OS, etc.

> --- Attempts to pick a process smartly. This might be the issue. Please check it and note that xunit is a managed process itself, so you might be getting...

> When I then attempt to set breakpoints by providing the file and line number and running via 'c' Is 357253 pid of test process? Please check ps, maybe you...