Gleb Balykov

Results 57 comments of Gleb Balykov

My question about chroot was mostly whether you use same arch or not (i.e. qemu is also used), then I guess you use the same arch. Regarding `env` key, I'm...

@Rekwass please try to check the same breakpoint in CLI mode with the same environment (dlls, pdbs, etc), to check whether breakpoint will be resolved or not

> I also have set true in testDap.csproj Just a note, this is not needed to resolve breakpoints. This is needed, for example, for `list` cli command. > An most...

I'm not sure, but signing might not help if some complicated heuristics is used in antivirus. You can add netcoredbg binary to exclusions of your antivirus.

@noam-sol Thank you for interest to the project. Do you have some specific eval command or scenario in mind where you see limitations of netcoredbg eval?

> The build failed with a c++ error on Ubuntu 16.04 Can you share build error and build command? > It would be nice if netcoredbg release binaries work on...

Did you build netcoredbg yourself or used provided binary?

Did you check any system logs? There might be some info there. Also maybe the whole system goes to suspend, not just the screen.

You can also try with same version of netcoredbg and different .net versions (.net8, .net6, .net core 3.1, etc) to gather more data. And also with different versions of netcoredbg...

Can you try with latest netcoredbg, but with different .net versions?