Skip to main content
October 28, 2009
Question

Source code out of sync

  • October 28, 2009
  • 1 reply
  • 478 views

When I try to debug into the current Flex build (4.0.0.11213) the line the debugger thinks is running and the line that seems to be running is inconsistant.  This usually happens when a source code is attached to a complied library of a different build.  Has anyone else noticed a synch problem in the current and previous build?

This topic has been closed for replies.

1 reply

October 29, 2009

Ok.  When I step into a TLF file I get the wrong version of the source code file.  While debugging my own code, if I "go to definition" of a class (for example TextFlowLayout) I get a different version of the source code file (which I assume is the correct one).

I'm confused.

October 29, 2009

Ok. It was just me.  Something about something I did to get the debugging working in the first place was picking up an old code base.  Thanks for putting up with me.