|
|
|
|
|
by fisian
61 days 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. |
|