jupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agoThis is my life now, until I finally understand Cmake.discuss.tchncs.deimagemessage-square42fedilinkarrow-up1544arrow-down19file-text
arrow-up1535arrow-down1imageThis is my life now, until I finally understand Cmake.discuss.tchncs.dejupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agomessage-square42fedilinkfile-text
minus-squareUSSMojave@startrek.websitelinkfedilinkEnglisharrow-up5·3 months agoThere are cmake debuggers where you can walk through exactly what it’s doing line by line
minus-squarejupyter_rain@discuss.tchncs.deOPlinkfedilinkarrow-up5·3 months agoDo you have a good one which you can recommend?
minus-squareUSSMojave@startrek.websitelinkfedilinkEnglisharrow-up2·3 months ago cmake debugger I use this one in vscodium https://open-vsx.org/vscode/item?itemName=ms-vscode.cmake-tools
There are cmake debuggers where you can walk through exactly what it’s doing line by line
Do you have a good one which you can recommend?
I use this one in vscodium https://open-vsx.org/vscode/item?itemName=ms-vscode.cmake-tools
Thanks!