はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Xdebug - Debugger and Profiler Tool for PHP』

  • 人気
  • 新着
  • すべて
  • Xdebug: Documentation » Xdebug 2 から 3 へのアップグレード

    3 users

    xdebug.org

    このアップグレードガイドは、Xdebug 2から3への変更点と、同様のことを行うようにセットアップを再構成する方法を詳しく説明します。 新しいコンセプト # 各機能の有効化設定があったXdebug 2とは異なり、Xdebug 3では、Xdebugを特定の モード にします。これは xdebug.mode で設定できます。 この設定と xdebug.start_with_request を組み合わせる方法が、Xdebugの機能を有効にし、 機能をアクティブにするタイミングを設定する新しい方法になります。 この背景には、Xdebugが実際に必要な機能のオーバーヘッドのみを持つことが重要であると考えているからです。 たとえば、Profiling と Step Debugging の両方を同時にアクティブにすることは意味がありません。 xdebug.mode を使用してモードを設定する以外に、 X

    • 学び
    • 2021/10/04 12:43
    • Xdebug: Documentation » Upgrading from Xdebug 2 to 3

      6 users

      xdebug.org

      An upgrade guide detailing which changes there are between Xdebug 2 and 3, and how to reconfigure your set-up to do similar things. New Concepts # Unlike Xdebug 2, where there was an enabling setting for each feature, with Xdebug 3 you put Xdebug into a specific mode, which can be configured with the xdebug.mode setting. This setting, in combination with xdebug.start_with_request is the new way to

      • テクノロジー
      • 2020/11/27 09:46
      • php
      • Xdebug: Documentation » All settings

        4 users

        xdebug.org

        Documentation - all settings This section describes all available configuration settings available in Xdebug. Unless specifically mentioned, each setting can be set in php.ini, files like 99-xdebug.ini, but also in Apache's .htaccess and PHP-FPM's .user.ini files. XDEBUG_CONFIG environment variable # A select set of settings can be set through an XDEBUG_CONFIG environment variable. In this situati

        • テクノロジー
        • 2018/08/27 09:59
        • Xdebug: Documentation » DBGP - A common debugger protocol specification

          3 users

          xdebug.org

          1. Description This document describes a simple protocol for use with language tools and engines for the purpose of debugging applications. It does not describe user interfaces or interactions with the debugger. The protocol provides a means of communication between a debugger engine (scripting engine, vm, etc.) and a debugger IDE (IDE, etc.). Any references to the debugger IDE UI are recommendati

          • テクノロジー
          • 2016/11/11 15:09
          • Xdebug: Support — Tailored Installation Instructions

            13 users

            xdebug.org

            Installation Wizard This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste the full output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i output) and submit the form to receive tailored download and installation instructions. The information that you upload will not be stored. The script will only use a f

            • テクノロジー
            • 2016/09/10 08:28
            • xdebug
            • php
            • Xdebug: Documentation » Step Debugging

              12 users

              xdebug.org

              Xdebug's step debugger allows you to interactively walk through your code to debug control flow and examine data structures. Introduction # Xdebug interacts with IDEs to provide step debugging functionality, and therefore you also need to configure an IDE that knows how to talk to Xdebug with the open DBGp protocol. This protocol is supported by nearly every PHP IDE (including Visual Studio Code a

              • テクノロジー
              • 2016/05/02 01:53
              • xdebug
              • PHP
              • あとで読む
              • Xdebug - Debugger and Profiler Tool for PHP

                7 users

                xdebug.org

                Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. Step Debugging A way to step through your code in your IDE or editor while the script is executing. Improvements to PHP's error reporting An improved var_dump() function, stack traces for Notices, Warnings, Errors and Exceptions to highlight the code path to the error Tracing Writes every fu

                • テクノロジー
                • 2016/03/04 09:31
                • PHP
                • Xdebug: Downloads

                  5 users

                  xdebug.org

                  Please refer to the installation instructions on how to install Xdebug. Source Xdebug is hosted in GIT. The source code can be browsed through github and can be checked out with: git clone https://github.com/xdebug/xdebug.git Latest Release Xdebug 3.4.1 Command Line Debug Client A lightweight debugging client, mainly used for debugging the DBGp implementation with Xdebug. It can show raw protocol

                  • テクノロジー
                  • 2016/01/29 20:56
                  • php
                  • Xdebug: Support — Tailored Installation Instructions

                    3 users

                    xdebug.org

                    Installation Wizard This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste the full output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i output) and submit the form to receive tailored download and installation instructions. The information that you upload will not be stored. The script will only use a f

                    • テクノロジー
                    • 2013/07/18 19:18
                    • php
                    • Xdebug: Documentation » Installation

                      5 users

                      xdebug.org

                      This section describes on how to install Xdebug. How you install Xdebug depends on your system. There are the following possibilities: Linux with a package manager such as apt, yum, or something else. Linux without an Xdebug package with PECL. macOSX with homebrew, through PECL. Windows, with help from a wizard. Unix-like operating systems, from source. Installing on Linux # Installing Xdebug with

                      • テクノロジー
                      • 2011/03/09 17:27
                      • PHP
                      • Xdebug: Downloads

                        5 users

                        xdebug.org

                        Please refer to the installation instructions on how to install Xdebug. Source Xdebug is hosted in GIT. The source code can be browsed through github and can be checked out with: git clone https://github.com/xdebug/xdebug.git Latest Release Xdebug 3.4.2 Command Line Debug Client A lightweight debugging client, mainly used for debugging the DBGp implementation with Xdebug. It can show raw protocol

                        • テクノロジー
                        • 2010/10/27 10:35
                        • php
                        • Xdebug: Support — Tailored Installation Instructions

                          3 users

                          xdebug.org

                          Installation Wizard This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste the full output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i output) and submit the form to receive tailored download and installation instructions. The information that you upload will not be stored. The script will only use a f

                          • テクノロジー
                          • 2010/05/04 10:38
                          • PHP
                          • Xdebug: Documentation » Step Debugging

                            9 users

                            xdebug.org

                            Xdebug's step debugger allows you to interactively walk through your code to debug control flow and examine data structures. Introduction # Xdebug interacts with IDEs to provide step debugging functionality, and therefore you also need to configure an IDE that knows how to talk to Xdebug with the open DBGp protocol. This protocol is supported by nearly every PHP IDE (including Visual Studio Code a

                            • テクノロジー
                            • 2010/03/24 11:27
                            • xdebug
                            • php
                            • Xdebug: Documentation » DBGP - A common debugger protocol specification

                              3 users

                              xdebug.org

                              1. Description This document describes a simple protocol for use with language tools and engines for the purpose of debugging applications. It does not describe user interfaces or interactions with the debugger. The protocol provides a means of communication between a debugger engine (scripting engine, vm, etc.) and a debugger IDE (IDE, etc.). Any references to the debugger IDE UI are recommendati

                              • テクノロジー
                              • 2010/01/20 15:09
                              • Xdebug: Documentation » Profiling

                                5 users

                                xdebug.org

                                Xdebug's built-in profiler allows you to find bottlenecks in your script and visualize those with an external tool such as KCacheGrind or QCacheGrind. Introduction # Xdebug's Profiler is a powerful tool that gives you the ability to analyse your PHP code and determine bottlenecks or generally see which parts of your code are slow and could use a speed boost. The profiler also collects information

                                • テクノロジー
                                • 2008/06/25 10:35
                                • php
                                • tools
                                • tool
                                • Xdebug: Documentation

                                  9 users

                                  xdebug.org

                                  Xdebug 3 — Documentation Installation Development Helpers Function Trace Code Coverage Analysis Garbage Collection Statistics Profiling Step Debugging Command Line Debug Client DBGp Proxy Tool Supported Versions and Compatibility Upgrading from Xdebug 2 to 3 FAQ Description of errors Contributing DBGP - A common debugger protocol specification All Configuration Settings All Functions All Related C

                                  • テクノロジー
                                  • 2008/03/24 11:00
                                  • xdebug
                                  • php
                                  • Xdebug: Documentation » All settings

                                    10 users

                                    xdebug.org

                                    Documentation - all settings This section describes all available configuration settings available in Xdebug. Unless specifically mentioned, each setting can be set in php.ini, files like 99-xdebug.ini, but also in Apache's .htaccess and PHP-FPM's .user.ini files. XDEBUG_CONFIG environment variable # A select set of settings can be set through an XDEBUG_CONFIG environment variable. In this situati

                                    • テクノロジー
                                    • 2007/11/19 23:15
                                    • xdebug
                                    • php
                                    • 開発
                                    • Xdebug - Debugger and Profiler Tool for PHP

                                      12 users

                                      xdebug.org

                                      About Xdebug is an extension for PHP to assist with debugging and development. It contains a single step debugger to use with IDEs; it upgrades PHP's var_dump() function; it adds stack traces for Notices, Warnings, Errors and Exceptions; it features functionality for recording every function call and variable assignment to disk; it contains a profiler; and it provides code coverage functionality f

                                      • テクノロジー
                                      • 2007/04/15 00:04
                                      • xdebug
                                      • PHP
                                      • debug
                                      • プログラミング
                                      • Xdebug - Debugger and Profiler Tool for PHP

                                        41 users

                                        xdebug.org

                                        Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. Step Debugging A way to step through your code in your IDE or editor while the script is executing. Improvements to PHP's error reporting An improved var_dump() function, stack traces for Notices, Warnings, Errors and Exceptions to highlight the code path to the error Tracing Writes every fu

                                        • テクノロジー
                                        • 2004/11/28 11:55
                                        • php
                                        • debug
                                        • 開発支援
                                        • xdebug
                                        • 開発環境
                                        • development

                                        このページはまだ
                                        ブックマークされていません

                                        このページを最初にブックマークしてみませんか?

                                        『Xdebug - Debugger and Profiler Tool for PHP』の新着エントリーを見る

                                        キーボードショートカット一覧

                                        j次のブックマーク

                                        k前のブックマーク

                                        lあとで読む

                                        eコメント一覧を開く

                                        oページを開く

                                        はてなブックマーク

                                        • 総合
                                        • 一般
                                        • 世の中
                                        • 政治と経済
                                        • 暮らし
                                        • 学び
                                        • テクノロジー
                                        • エンタメ
                                        • アニメとゲーム
                                        • おもしろ
                                        • アプリ・拡張機能
                                        • 開発ブログ
                                        • ヘルプ
                                        • お問い合わせ
                                        • ガイドライン
                                        • 利用規約
                                        • プライバシーポリシー
                                        • 利用者情報の外部送信について
                                        • ガイドライン
                                        • 利用規約
                                        • プライバシーポリシー
                                        • 利用者情報の外部送信について

                                        公式Twitter

                                        • 公式アカウント
                                        • ホットエントリー

                                        はてなのサービス

                                        • はてなブログ
                                        • はてなブログPro
                                        • 人力検索はてな
                                        • はてなブログ タグ
                                        • はてなニュース
                                        • ソレドコ
                                        • App Storeからダウンロード
                                        • Google Playで手に入れよう
                                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                                        設定を変更しましたx