Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125557 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id BF0B11A00BD for ; Sun, 15 Sep 2024 11:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726400787; bh=y5as8/8gsrnvb1TNpSK1lXMKmDwWVXEz6dbc6FdZSMo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=ilYFhHIOG7ztA+hTlOCjvOOeObyhKQcpodgYlx/cxuxZPaQw00uBrHltgu5tkGx/E 2DwIB3bDq/ZWSnaozd1Nk/39M3TZJ+oeLomSK5dDitzt2OYcmVxX0xOa0rCJcLc34G fMrQP5hC8wmYMIs/EYSawbkyZBgiqvHwQodKOEl5xJDlMsX8CQz4brNT1EnMHunzEq xXht7WMmzXTTDDkF9xokmyRtuK96aiOnEM7JaQeEw3ytZ89JrnHfixsV6ouvJJCzi/ u4aspmaLyXat7vYK/Hl+WAzbN7AYNw0uL2EUuySk7VRk86YSt06F2mxQChABQMaxFU xDEjS2QChuRdg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BD14B18007B for ; Sun, 15 Sep 2024 11:46:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 15 Sep 2024 11:46:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726400661; bh=y5as8/8gsrnvb1TNpSK1lXMKmDwWVXEz6dbc6FdZSMo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=S8bBMcFGY9+EZXD1DehBQAVwrl4U1MS3HUtcdvVZ4j7FCtVzuK3UafaBE4pVw2ve8 mWSryvdeKH/J7dow3zmoaiLNC12EoivkqdFtb16rItbIw57T1mLYh06j7Ss0VPNjpd O8xwjAWMoc982NnO0u/cavMEQ7GjRiMHjip7Zf3wnBHdfLtPQBtr6ur6urgc4AGF/t FxUjRYs3juvZsqqrj3gJyx9+W6HR1O0K1pu8V13/4fmKLvbvOxZj2HMGRiLJy7cebd ZkK2uEzVtatxWuyCsuolmV55hyfwMG+EpqCWMyupMlUywXwxbBYBZS0z3DaviJFcFf 8/vqA8SBu3vog== Received: from [127.0.0.1] (host81-157-32-0.range81-157.btcentralplus.com [81.157.32.0]) by xdebug.org (Postfix) with ESMTPSA id 0E79510C156; Sun, 15 Sep 2024 12:44:21 +0100 (BST) Date: Sun, 15 Sep 2024 12:44:21 +0100 To: internals@lists.php.net, Barel , PHP internals Subject: Re: [PHP-DEV] Which IDE do you recommend for php-src development? User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <6A17FF86-E658-4167-A434-903FB67DF552@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 14 September 2024 22:44:20 BST, Barel wrot= e: >Hi > >For C/C++ development I usually use CLion from Jetbrains but I tried to u= se >it with php-src and was unable to get it to work properly=2E CLion really >insists on using CMake and has only quite limited support for makefiles= =2E >After trying to get it to work unsuccessfully I am ready to try something >else=2E > >So which IDE would you recommend for php-src development? I use vim=2E With the ctags plugin, but that's mostly it=2E Debugging with= gdb and valgrind=2E=20 I avoid docker, as that had always made it harder to do things=2E=20 cheers=20 Derick=20