Debug

0 favourites
  • 4 posts
  • Is there a debugger somewhere? Like something that dumps everything (variables, objects instances, etc..) somewhere? Something like the firebug console.log('something');.

    If not it should be implemented someway, it's a pain to create text objects to check the variables..

  • Nope no debugger, some uses firebug to track them down (a firefox plugin)

    I don't really know how to use it effectively.

    So yeah it would be great to have a debugger somewhere... And I think it's somewhere in ash's awesomely big todo list (I hope)

    We probably just have to be patient (:

  • You can use the Chrome trace tool to do a step-by-step progression inside your JS code to spot where is your problem.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You can use the Chrome trace tool to do a step-by-step progression inside your JS code to spot where is your problem.

    Not a bad idea, still a little complex since you will be tracing all of the construct javascript and not only your "code" a debugger would be very nice, meanwhile I'll follow your advice.

    Thanks

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)