Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99298 invoked from network); 13 Feb 2012 23:06:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2012 23:06:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:37527] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/97-61403-D77993F4 for ; Mon, 13 Feb 2012 18:06:38 -0500 Received: by wibhm4 with SMTP id hm4so4385356wib.29 for ; Mon, 13 Feb 2012 15:06:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=d4ESmz1RbxGnBqXVs5EBFf72beLYFWckYJatHQE5VOs=; b=PxBaE98oFKkChG183lVd53W9J1lajfFz8uYGB2ip8TAF9PeTuEAlgGDiyoTODZCIYi W5iMaHCUTSovAsZvgBHsx96Piu8kSDq4I3GTbiR1nNkAdnjoKK+8twtqgCYN7IFm/CNO G7eVfI0aKHb5ZPBBdwNhUrgb/lnfhaX/sggC0= Received: by 10.180.101.165 with SMTP id fh5mr27024461wib.10.1329174395098; Mon, 13 Feb 2012 15:06:35 -0800 (PST) Received: from [192.168.1.26] (148.Red-88-13-203.dynamicIP.rima-tde.net. [88.13.203.148]) by mx.google.com with ESMTPS id by3sm9040109wib.3.2012.02.13.15.06.33 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 15:06:34 -0800 (PST) Message-ID: <4F399898.6060500@gmail.com> Date: Tue, 14 Feb 2012 00:11:20 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Adi Mutu CC: PHP Developers Mailing List References: <1329166139.76210.YahooMailNeo@web43506.mail.sp1.yahoo.com> In-Reply-To: <1329166139.76210.YahooMailNeo@web43506.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] how to debug a php script ( the C code beneath it) From: keisial@gmail.com (=?ISO-8859-1?Q?=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 and 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? What 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.