Is possible to use Breakpoints in Coffee scripts ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 08:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
From what I heve seen it's not possible. But not sure. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 08:39, xxxxxxxx wrote:
Unfortunalty it's not possible.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 11:07, xxxxxxxx wrote:
In lieu of breakpoints, use the old-school method: prints. If you have crashing where printing is not useful then you should use the other old-school method of commenting out code until you find the exact place of the issue (do commented-out sections remove the issue or not - use a divide-and-conquer strategy, then a honing strategy once you have the general set of methods you need to check). This is definitely more of an art than science and you will need to have an intuition about where the problem arises so as to start widdling down the code but it is guaranteed to uncover the problem with strategic usage and careful testing.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 11:55, xxxxxxxx wrote:
Yes I'm using the old school method already, still breakpoints would be a huge time saver.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 12:40, xxxxxxxx wrote:
Or use Python.
The traceback information that you get on errors is very helpful for debugging.-NIklas