6 ms·
I didn't know CMake introduced this debug adapter. This would have been very useful to me at some occasions. Instead, I used printf debugging (aka `message(FAT
by fisian 5mo ago
I didn't know CMake introduced this debug adapter. This would have been very useful to me at some occasions.
Instead, I used printf debugging (aka `message(FATAL_ERROR )` debugging in CMake).
With this debug adapter, there also seem to be integrations in VSCode and CLion. I will have to try them out soon.