Debuging exe of CC and getting variable values
Posted: Thu Feb 20, 2020 3:12 pm
I need to debug CC to get values of different variables to learn CC.
I build CloudCompare project in VS2017 which starts "CC.exe" from Install directory.
I opened a file. Now I want to do some action, e.g., increase the point size/ subsample/ transform the pointcloud etc.
I want to set some break point somewhere in the code (e.g., mainwindow.cpp) to stop the debuging and to get values of some variables (pointnumbers, current point size, file size, etc.). How can I do it?
I build CloudCompare project in VS2017 which starts "CC.exe" from Install directory.
I opened a file. Now I want to do some action, e.g., increase the point size/ subsample/ transform the pointcloud etc.
I want to set some break point somewhere in the code (e.g., mainwindow.cpp) to stop the debuging and to get values of some variables (pointnumbers, current point size, file size, etc.). How can I do it?