Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Is possible to use Breakpoints in Coffee scripts ?

    Scheduled Pinned Locked Moved SDK Help
    5 Posts 0 Posters 431 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • H Offline
              Helper
              last edited by

              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

              1 Reply Last reply Reply Quote 0
              • First post
                Last post