Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPを使用して、Aptana、Firefox、およびApache2でXDebugをセットアップしました。アプリがクラッシュするたびに、何らかのエラー レポートを表示できるようにしたいと考えています。
たとえば、require_once() のファイルの場所が間違っていると、アプリケーションが終了します。
私はそれを考え出した:
必要なことは、php.ini で display_errors = On を設定することだけです。