Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68602 invoked from network); 13 Feb 2012 20:49:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2012 20:49:03 -0000 Authentication-Results: pb1.pair.com header.from=adi_mutu06@yahoo.com; sender-id=unknown; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=adi_mutu06@yahoo.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain yahoo.com from 98.139.91.79 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: adi_mutu06@yahoo.com X-Host-Fingerprint: 98.139.91.79 nm9.bullet.mail.sp2.yahoo.com Received: from [98.139.91.79] ([98.139.91.79:48187] helo=nm9.bullet.mail.sp2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/21-61403-E37793F4 for ; Mon, 13 Feb 2012 15:49:03 -0500 Received: from [98.139.91.69] by nm9.bullet.mail.sp2.yahoo.com with NNFMP; 13 Feb 2012 20:48:59 -0000 Received: from [98.139.91.34] by tm9.bullet.mail.sp2.yahoo.com with NNFMP; 13 Feb 2012 20:48:59 -0000 Received: from [127.0.0.1] by omp1034.mail.sp2.yahoo.com with NNFMP; 13 Feb 2012 20:48:59 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 871850.66093.bm@omp1034.mail.sp2.yahoo.com Received: (qmail 76322 invoked by uid 60001); 13 Feb 2012 20:48:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1329166139; bh=z6MJlR1K6AW9A4kpyhocv+GXC+ayw3asvIYwITCJWpo=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=cVO+dz7g1cOqDL+czuWxXtmTnur+ayUk5t4kc0IwCAoW3/6qFjZblK0fJaVRAgUlEGRmYWssCCL58pu22fkUaI2Ouxp4Jd3+viyH3iHpZzYLGRzinQ98sLlYmZOlrUYPwMHJaDiO0rDxxtQ+Iu84yWWvxIQMqMGk4T/Ntoz3jn8= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=hiLH0eaafDnekZ3E8MNJSucoaGv4Af3whjBj8+kjX8AnACMVRZVRTbvSSo8nRbl73Y9PaCDBbw4Ipk923FPg35DEi0H/jLb9G/61cNKtSTeZIyzkPZ3OdX/5hT+6bHarSC9HX0lkDCWXB9C/UyPOZda3LmBsutntPByYQxNb7Vk=; X-YMail-OSG: gt8Rgs4VM1npLSKTkUn4TIOMkmW_ETTNws99kcqDLkCDZr_ IHxmy.eMkX0C0vubKnBnLr5mv00zlV.CuSGxRWBV4SAW90uVWSHJ3olNWTOy EC9qOr.7FCuPtnHjv80ToFAnONJjAgcuXAJyLM_32NdEORotnnW.um3mHUDz qQ8V8REZLdt1qcG_0lrjniDa8rTLfk7Xi9D2kMQ74A2BqZwwAxsYF358Pjrj XbnGzHDglZIWq9RBRXI5_J2jQBudp0ldwuZTzidNehUiYfSfxXPpqxJXFHV7 oS0.VjGHf7yTYKOp2r80vLnOQ4FsbL_FBkmc1Do9Z3w2pXcUzVL2FssiYQHt r8crRVJ3giajF7D70r24.ImCjKkDH9kkwpE5ijWaPa_YUEyYZEWtuoMzEtle yh_V88PD7sZNN Received: from [92.80.21.12] by web43506.mail.sp1.yahoo.com via HTTP; Mon, 13 Feb 2012 12:48:59 PST X-Mailer: YahooMailWebService/0.8.116.338427 Message-ID: <1329166139.76210.YahooMailNeo@web43506.mail.sp1.yahoo.com> Date: Mon, 13 Feb 2012 12:48:59 -0800 (PST) Reply-To: Adi Mutu To: PHP Developers Mailing List MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-1271334051-136035324-1329166139=:76210" Subject: how to debug a php script ( the C code beneath it) From: adi_mutu06@yahoo.com (Adi Mutu) ---1271334051-136035324-1329166139=:76210 Content-Type: text/plain; charset=us-ascii 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, ---1271334051-136035324-1329166139=:76210--