Thanks again for your input!
Indeed, the problem was in debugfile opcode. For some strange reason
"debugfile" in the class I was interested in was located not immediately in
the beginning of code section:
trait method Qname(PackageNamespace(""),"someMethod") dispid 0
method
name null
returns Qname(PackageNamespace(""),"void")
body
maxstack 5
localcount 8
initscopedepth 4
maxscopedepth 5
code
.... // many instructions here
debugfile "source.as"
debugline 100
...
Making debugfile a first instruction in code section fixed the issue. Now
fdb can see the class and set up a breakpoint a method I need.
Thanks again for your time!
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/fdb-doesn-t-see-some-classes-in-AIR-application-tp11940p12004.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.