Mikhail Kurinnoi

Results 100 comments of Mikhail Kurinnoi

``` { "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/bin/Debug/net8.0/Console7.dll", "args": [], "cwd": "${workspaceFolder}", "console": "internalConsole", "stopAtEntry": false }, {...

Please note, netcoredbg don't support mono, only CoreCLR (dotnet core) supported.

Could you please run `godot Main.tscn` and provide `cat /proc/PID/maps` output for it?

Looks like debugger was not able to setup debug connection with debuggee process.

Main dev repo located in internal samsung github, we use internal CI for build and test release binaries on all target devices. If all tests passed, public github repo sincronized...

> I have tested this fix on my side and it works, I can submit a PR if needed. Sure, please, submit PR, we will take a look and test...

Thanks! Looks good to me. I moved this PR into internal dev repo, all CI tests are passed. Will be merged into internal dev repo and will appear in public...

> Assertion `startLine != other.startLine || startColumn != other.startColumn' Not really sure why you use debug version of netcoredbg with enabled assertion and debug related blocks, but... This assertion's fail...

> The code needs to be changed from set(CORECLR_SRC_DIR "${CORECLR_DIR}/src") to set(CORECLR_SRC_DIR "${CORECLR_DIR}") In this case you broke build with previous CoreCLR versions. In case you want provide changes, please,...

For this time we support build starts from CoreCLR 3.1, since it still used in old, but still supported by Samsung versions of Tizen OS, that don't provide other source...