Can someone please explain this, or is it a bug in the debugger?


Can someone please explain this, or is it a bug in the debugger?

Comments

  1. My guess is that the debugger is looking for the variable in the stack when it should've been looking in the heap. In any case
    this is a bug.

    ReplyDelete
  2. Jeroen Wiert Pluimers  No, there is only one variable. That's the entire point of variable capture.

    ReplyDelete
  3. Jimmy H Post a bug report so it is recorded somewhere. Note that I doubt this will be fixed soon when you see how long there have been reports that the debugger cannot handle other issues about following certain data paths because it gets the context wrong.

    Stefan Glienke thanks for the detailed explanation. I should have written contexts of variables. Sorry for that.

    ReplyDelete

Post a Comment