Patrick Zhou
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Clion doesn't support Cygwin 32bit?
AnsweredIf so, is the support to Visual Studio 2017 x86 real? -
Created Customized object debug view
AnsweredIn 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... -
Created Any chance to inspect an array in CLion debug?
AnsweredAssume 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! -
Created Anyway the Clion can set the working directory as the current project directory?
AnsweredThought 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...