I have compiled and was able to launch it in debug mode, thanks to this post >>> http://www.danielgm.net/cc/forum/viewtopic.php?t=992
In Visual Studio 2013, I have built INSTALL project, set CloudCompare as StartUp Project and debug it. I can use the generated cloudcompare GUI instance as normal.
But how do i visualise control flow through different methods and its local variables?
It might be a silly question but I'm new to VS.
Thanks!
Debugging CC to understand the source code
Re: Debugging CC to understand the source code
You have to use breakpoints and 'step by step' execution mode:
https://msdn.microsoft.com/en-us/library/y740d9d3.aspx
https://msdn.microsoft.com/en-us/library/y740d9d3.aspx
Daniel, CloudCompare admin