Debugger - line by line code reporting...???

kaanukikaanuki Member Posts: 154
Within many of our development environments on Windows, such as Visual Studio, We can run a debugger that will perform a line by line status of each line of code, and report where the error is occurring.

Is it possible to use the debugger in this way? ie, can it be used to report each line of code as it runs?

We are trying to pinpoint exactly where the Windows>Mac code is running into problems. Looking line by line at the code, there do not seem to be any errors or missing fields.

HELP!!!!

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Currently there are only three methods for debugging in GS.

    One use display text to display conditions two place the debugging behavior in you code lines and three turn off stuff.
  • kaanukikaanuki Member Posts: 154
    If I had time to review the xml/json structure of the code, I could knock out a script to perform a line by line debugger. Off the top of my head, I would simply duplicate all of the behaviors, and replace the duplicate behavior tags with "LOG DEBUGGING STATEMENTS" tags, before each behavior.

    Very simple - but unfortunately I will be spending the next few days (hopefully) working out a solution for my dilemma.
Sign In or Register to comment.