Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3761 invoked from network); 13 Feb 2012 23:24:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2012 23:24:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=yader.hernandez@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yader.hernandez@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:35600] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/88-61403-AAB993F4 for ; Mon, 13 Feb 2012 18:24:26 -0500 Received: by werm1 with SMTP id m1so4443799wer.29 for ; Mon, 13 Feb 2012 15:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mv/o8mdyx2RNQxYd8QOtOaLoOgtuRwy8lkp9YXdcTcc=; b=DxKpuxe4Vy63UfDb3AuaEWgR6BD84L039piZjJ65K//d1rYwsWzGzeJS/zNbv31/4f f7hVB09/KC+BTK6VVlmGZc2+XX6COhQA1xvMRgfMx1QaMZoK9r++Ipd4EpLv2QLXT+qB BGdsLHDsIhnOfrz3jOYy/DJZ+OKvi+zZB2xWs= MIME-Version: 1.0 Received: by 10.180.101.165 with SMTP id fh5mr27086401wib.10.1329175463565; Mon, 13 Feb 2012 15:24:23 -0800 (PST) Received: by 10.216.201.169 with HTTP; Mon, 13 Feb 2012 15:24:23 -0800 (PST) In-Reply-To: <4F399898.6060500@gmail.com> References: <1329166139.76210.YahooMailNeo@web43506.mail.sp1.yahoo.com> <4F399898.6060500@gmail.com> Date: Mon, 13 Feb 2012 15:24:23 -0800 Message-ID: To: =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= Cc: Adi Mutu , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d04426e0c599ab204b8e0c7cc Subject: Re: [PHP-DEV] how to debug a php script ( the C code beneath it) From: yader.hernandez@gmail.com (Yader Hernandez) --f46d04426e0c599ab204b8e0c7cc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable It's also nice to see what PHP is actually doing and a way to learn the internals of PHP. 2012/2/13 =C1ngel Gonz=E1lez > On 13/02/12 21:48, Adi Mutu wrote: > > Hello, > > > > Perhaps this is a stupid question, but i haven't coded in C in years an= d > i'm not very familiar with development/debugging tools. If I have a php > script say 20 lines, > > How can I see a path of the corresponding C code which is executed? Wha= t > If i would like to break at a certain php line in the script, is it > possible? > > > > Thanks, > Why do you want to do it? > It looks to me like that you are trying to solve a problem the hard way > by doing that. > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d04426e0c599ab204b8e0c7cc--