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 2E55518A73 for ; Thu, 20 Aug 2015 02:18:53 +0000 (UTC) Received: (qmail 13474 invoked by uid 500); 20 Aug 2015 02:18:52 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 13441 invoked by uid 500); 20 Aug 2015 02:18:52 -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 13427 invoked by uid 99); 20 Aug 2015 02:18:52 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2015 02:18:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 37F761AA857 for ; Thu, 20 Aug 2015 02:18:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CAy3EF9oHHMH for ; Thu, 20 Aug 2015 02:18:51 +0000 (UTC) Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C1D0F24E10 for ; Thu, 20 Aug 2015 02:18:50 +0000 (UTC) Received: by pdbfa8 with SMTP id fa8so8175290pdb.1 for ; Wed, 19 Aug 2015 19:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=dB3OpMfJAENxrzwOw4J4EVpOReCsGIihybMTkp4qyvU=; b=y35h2tJa7QCbPADSETUejfJ3ymTykzDwLWkIo6vQqsrAxRcpXD3vVuLNfOA1ZoaIqB ysT1xdvDbgZKUUuKKwKp+bj5TQ7UFny5JPMgVNlgoIicxgXSangkK0PtBRdoCemDEGI6 rU/KAsuCDY0qY+lLCxgiiBIxwahySHQy5E0ix7pMFpWFQZ3FNof9hrxgnqLKqewlUBPF 2tYTmW3AndNQwCIsV1XZ/6bI2r0nsnI+7pgAsRhnTK3P3yrbNQaAwNP9TIXhJY3B0cS5 Cczac+EQDo6g1ZAXhGu59u+g9voWk35MSWHE2UzdX6LujG1aJ/mtWaDcLyx+J6Mdb6GI /POA== X-Received: by 10.70.100.199 with SMTP id fa7mr1524090pdb.94.1440037123077; Wed, 19 Aug 2015 19:18:43 -0700 (PDT) Received: from [192.168.1.50] (ppp-171-96-182-182.revip8.asianet.co.th. [171.96.182.182]) by smtp.gmail.com with ESMTPSA id k5sm2313525pdb.53.2015.08.19.19.18.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Aug 2015 19:18:42 -0700 (PDT) Message-ID: <55D538FF.8030107@gmail.com> Date: Thu, 20 Aug 2015 09:18:39 +0700 From: Paul Hastings Reply-To: paul.hastings@gmail.com Organization: Sustainable GIS Co Ltd User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: users@flex.apache.org Subject: Re: Adobe Debugger References: <01be01d0da95$d21e7ca0$765b75e0$@gmail.com> <01f501d0daa9$000dffb0$0029ff10$@gmail.com> In-Reply-To: <01f501d0daa9$000dffb0$0029ff10$@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 8/20/2015 1:00 AM, Saul Diaz wrote: > the OS updates so IE will not debug neither. :( I am using chrome to debug > but wanted to test edge and IE is there some secret sauce to get the debugger to work in chrome? for several versions now it hangs 100% of the time when it hits the 1st breakpoint. we've been forced to use firefox for all out debugging. thanks.