From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.60]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 593A1779AA for ; Tue, 4 Jun 2019 22:49:20 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.57.137.251]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 15AB537FC4D for ; Tue, 4 Jun 2019 22:49:20 -0700 (PDT) Received: from localhost (kevin@localhost) by carhart.net (8.15.2/8.15.2) with ESMTP id x555nJDc211537 for ; Tue, 4 Jun 2019 22:49:19 -0700 Date: Tue, 4 Jun 2019 22:49:19 -0700 (PDT) From: Kevin Carhart To: edbrowse-dev@lists.the-brannons.com Subject: [edbrowse-dev] Re: 'this' in a breakpoint In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed I hope it made sense from context but I goofed here > have to echo let's say, a, where a = (this, b), I think you would get a I meant to say... if a = some_function(this,b). And you're trying to diagnose why a gets undefined and the code crashes trying to use a, for instance.