Debugger - line by line code reporting...???
kaanuki
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!!!!
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
One use display text to display conditions two place the debugging behavior in you code lines and three turn off stuff.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Very simple - but unfortunately I will be spending the next few days (hopefully) working out a solution for my dilemma.