geraldspreer
geraldspreer
Try `set termguicolors`. If that makes it work, it means that your colorscheme only uses the `ctermfg` and `ctermbg` colors. It is the same for me with `base-16`. If your...
@gbalykov Thank you so much for looking into this. I actually tried it both ways. And no matter if I use the download version from github or compile it myself,...
The `system.log` itself does not have any information about what happens. But when I run `pmset -g log ` This is the last record. The timestamps match to last time...
I have been able to track down the `pid` that is causing the sleep. In the `pmset -g log` you can see that it is caused by `pid 12277` and...
@gbalykov I have tried different versions of `netcoredgb` and started with `1.2.0-672`. **The problem is not present in this version**. I can use this version without any problems. The system...
The problem starts with the version from February 17, 2022 ``` NET Core debugger 2.0.0-58 (a8bd3b9, Release) Copyright (c) 2020 Samsung Electronics Co., LTD Distributed under the MIT License. See...
@gbalykov Sorry, it took me a while to find time to try this. I have tried the latest version of `netcoredbg` with .NET 6, 7 and 8. There is not...
Unfortunately I cannot compile the code without errors. When I run `make` on commit `https://github.com/Samsung/netcoredbg/commit/094860c984d96b4c45e11b70332c9f497277f0b5` I get the following error: ``` [ 50%] Building CXX object src/CMakeFiles/netcoredbg.dir/debugger/variables.cpp.o [ 51%] Building...
@gbalykov Even when following your instruction to the letter, I still get the same error message on commit `https://github.com/Samsung/netcoredbg/commit/094860c984d96b4c45e11b70332c9f497277f0b5` ``` /Users/gspreer/Hello/netcoredbg/src/debugger/waitpid.cpp:71:18: error: exception specification in declaration does not match previous...
Thank you @viewizard, I will now try to find the commit that introduces the issue.