1rst question of a newbie: Use Debugger ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/06/2006 at 13:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform: Mac OSX ;
Language(s) : C++ ;---------
Hey there,I am not new with C++ but quite new with coding Cinema-Plugins. Thanks XCode-support.
Here comes my first question: Can I set breakpoints in the Plugin-Code, then start the Application an get a Chance to stop at the breakpoint and get that into the debugger?
Thx,
Jens
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/06/2006 at 00:15, xxxxxxxx wrote:
It works on windows (F9 to set breakpoints, or LMB on the breakpoint area and F5 for debugging), so I assume it should work for XCode too. Just look up how to set breakpoints in XCode and start the debugging. Cinema 4D will support it.