Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A31C818A38 for ; Thu, 18 Feb 2016 00:01:56 +0000 (UTC) Received: (qmail 77764 invoked by uid 500); 18 Feb 2016 00:01:56 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 77733 invoked by uid 500); 18 Feb 2016 00:01:56 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 77722 invoked by uid 99); 18 Feb 2016 00:01:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 00:01:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AEF0B180467 for ; Thu, 18 Feb 2016 00:01:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 0fAWtSd4YHRJ for ; Thu, 18 Feb 2016 00:01:55 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id AAAE65F1EB for ; Thu, 18 Feb 2016 00:01:54 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id AE554157E88C7 for ; Wed, 17 Feb 2016 15:53:54 -0800 (PST) Date: Wed, 17 Feb 2016 15:36:26 -0800 (PST) From: lexx To: users@flex.apache.org Message-ID: <1455752186586-12004.post@n4.nabble.com> In-Reply-To: References: <1454765939167-11940.post@n4.nabble.com> <1454778571111-11943.post@n4.nabble.com> Subject: Re: fdb doesn't see some classes in AIR application MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.