Realized some info that might be relevant.  This seems to happen in a .as
file included by a <Script> tag.  Not sure if I've run into it in a regular
AS class file.

On 5/9/07, Pan Troglodytes <[EMAIL PROTECTED]> wrote:

So I have version 2.0.155577 now and it solved a lot of my problems with
breakpoints jumping further down the file than they should.

However, I still run into problems where certain breakpoints getting
disabled because FB claims there is no executable code on the line.  Well,
there definitely IS.  In this one file, it happens on any breakpoints past
the 309th line of the file.  Whitespace doesn't change it, but if I compress
something like:

if (...)
{
  do something;
}
else
{
  do something else;
}

into

  if () { do something } else { do something else }

then it moves from the 309th line to a later line.  It also doesn't matter
which code is first.  I can rearrange it so that the same code that started
losing breakpoints is earlier than 309, and it will regain breakpoints.

Unfortunately, i don't have a small, reproducible example or I would send
it in.  I guess I'm just hoping some adobe folks will go "Yep, I know what
that is.  It should be fixed in the next patch."

--
Jason




--
Jason

Reply via email to