Announcement

Collapse
No announcement yet.

DebugPrintln Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DebugPrintln Issue

    Hi,

    Can someone explain why would the readings in cursor Window can be diferent from those reported by DebugPrintLn?

    Please look at the BarIndex -331 in the picture below [first pane].

    Thank you



    Last edited by mbuta; 02-26-2007, 08:35 PM.
    Mihai Buta

  • #2
    mbuta,

    A couple of things.
    1. Your labels on the data window aren't matching the debugPrintln output labels so it's hard to tell what you are asking us to compare.
    2. What reading is different?
    3. Could you post the efs, or just the part of the efs that's doing the debugPrintln and the return from main if you don't want to post the whole thing.

    Make sure the debugPrintln statements are printing EXACTLY the same thing you are returning from main.

    Steve

    Comment


    • #3
      Labels are matching and what is not match is obvious.

      You can disregard this post. I found the problem.
      Both readings were correct, but some values were being modified later in efs, that is why the diference.
      Beginer's bug [like running out of gas on a freeway when raining].

      Thank you.
      Mihai Buta

      Comment

      Working...
      X