Patrick Zhou
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
创建于 Customized object debug view
已回答In visual studio, you can write a plug-in to display customized debug information of an object at debugging time. Is there any way in Clion to do so as well? For example, TNT::Array2D<double> mat... -
创建于 Any chance to inspect an array in CLion debug?
已回答Assume I am inspect a variable as double* ds. How may I get something like "ds,10" to show as[0]~as[9] as in the visual studio? Thanks! -
创建于 Anyway the Clion can set the working directory as the current project directory?
已回答Thought the empty working directory means by default the current project directory. But, seems it is NOT. Try to access ..\TestData\..., not successful. Visual studio has $(ProjectDir) and I am won...