Gleb Balykov
Gleb Balykov
@EgorBo comments in https://github.com/dotnet/runtime/issues/70410 are already closed, so I'll comment here. For `full` pgo mode you can try to use MultiCoreJit to improve startup. Profile can be collected without any...
Since this is some non-standard environment, you can also try to run all netcoredbg tests, see https://github.com/Samsung/netcoredbg/blob/master/test-suite/README.md. Also how did you install .net runtime, from binaries or built it yourself?...
@DRKV333 support of custom `launchSettings.json` can be implemented in three ways: parsing of `launchSettingsFilePath` file on side of netcoredbg, simply by replacing original `launchSettings.json` file on disk with `launchSettingsFilePath` in...
Thanks for reporting, we'll take a look
@awsms There are no plans for this currently. Alternatively, you can run debugger in your preferred terminal using CLI, here are some details https://github.com/Samsung/netcoredbg/blob/master/docs/cli.md.
@noam-sol @gfszr Thank you for interest to the project. We don't have plans for this now, but we are open for contributions if you would like to implement this yourself.
Currently we do not have plans to add this, but we are open for contributions from community.
~~Can you try to remove breakpoint after assembly unload and set it again to the same place?~~ NetCoreDbg currently doesn't support assembly unload.
Please describe your environment in more detail (OS, etc.), how you build netcoredbg, how you launch it, etc.
You can try to add empty `env` key just as in https://github.com/Samsung/netcoredbg/issues/57#issuecomment-817345183. Not sure, why it works without chroot though. Why do you need chroot in the first place?