1153万例文収録!

「Xdebug」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Xdebugに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Xdebugを含む例文一覧と使い方

該当件数 : 31



例文

XDebug 2.0 or later 例文帳に追加

XDebug 2.0 以降 - NetBeans

Installing XDebug 例文帳に追加

XDebug のインストール - NetBeans

Enabling XDebug 例文帳に追加

XDebug の有効化 - NetBeans

To enable XDebug: 例文帳に追加

XDebug を有効にする - NetBeans

例文

Download XDebug. 例文帳に追加

XDebug をダウンロードします。 - NetBeans


例文

Debugging using Xdebug 例文帳に追加

Xdebug を使用したデバッグ - NetBeans

Download XDebug 2.0. 例文帳に追加

XDebug 2.0 をダウンロードします。 - NetBeans

Enabling XDebugTo enable XDebug, you need to edit the php.ini file in the 例文帳に追加

XDebug の有効化XDebug を有効にするには、 - NetBeans

Install XDebug into php/ folder. 例文帳に追加

php/ フォルダに XDebug をインストールします。 - NetBeans

例文

Installing and Enabling the XDebug Debugger 例文帳に追加

XDebug デバッガのインストールと有効化 - NetBeans

例文

Install and enable the XDebug 2.0 debugger 例文帳に追加

XDebug 2.0 デバッガのインストールと有効化 - NetBeans

How PHP Debugging with XDebug Works 例文帳に追加

XDebug を使用した PHP のデバッグのしくみ - NetBeans

Installing XDebugTo download and install the XDebug, enter the following command in the Terminal window:sudo pecl install xdebug 例文帳に追加

XDebug のインストールXDebug をダウンロードしてインストールするには、「端末」ウィンドウで次のコマンドを入力します。 sudo pecl install xdebug - NetBeans

Installing and Enabling the XDebug DebuggerBecause XAMPP Lite does not contain the XDebug debugger, you need to install and set up the XDebug as a component. 例文帳に追加

XDebug デバッガのインストールと有効化XAMPP Lite には XDebug デバッガが含まれていないため、XDebug をコンポーネントとしてインストールして設定する必要があります。 - NetBeans

When XDebug is enabled in the php.ini file, XDebug can pause and resume the PHP program execution at any time. 例文帳に追加

php.ini ファイルで XDebug が有効になっていると、XDebug は、いつでも PHP プログラムの実行を一時停止および再開できます。 - NetBeans

Check here for more details on configuring XDebug. 例文帳に追加

XDebug の構成の詳細については、ここを確認してください。 - NetBeans

The recommended version is XDebug 2.0 or higher as it is compatible with PHP5. 例文帳に追加

PHP5 と互換性があるため、推奨バージョンは XDebug 2.0 以降です。 - NetBeans

After XDebug is installed, you have to enable it in your PHP engine. 例文帳に追加

XDebug をインストールしたあと、PHP エンジンで有効にする必要があります。 - NetBeans

The NetBeans IDE for PHP allows you to use XDebug, but using a debugger is optional. 例文帳に追加

NetBeans IDE for PHP では XDebug を使用できますが、デバッガの使用は任意です。 - NetBeans

Click here for more information on how to configure XDebug. 例文帳に追加

XDebug の構成方法の詳細については、ここをクリックしてください。 - NetBeans

To build XDebug from sources you need two additional modules: PHP5 Development and PEAR. 例文帳に追加

ソースから XDebug を構築するには、PHP5 Development と PEAR という 2 つの追加モジュールが必要です。 - NetBeans

Because Zend optimizer blocks XDebug, you need to disable Zend optimizer. 例文帳に追加

Zend オプティマイザは XDebug をブロックするため、Zend オプティマイザを無効にする必要があります。 - NetBeans

To attach XDebug to the PHP engine, locate the php.ini file and add the following lines to it : 例文帳に追加

XDebug を PHP エンジンに追加するには、php.ini ファイルを検索し、そこに次の行を追加します。 - NetBeans

This involves installing and configuring the PHP engine, a MySQL database, an Apache web server, and the XDebug debugger. 例文帳に追加

これには、PHP エンジン、MySQL データベース、Apache Web サーバー、および XDebug デバッガのインストールと構成が含まれます。 - NetBeans

All the below steps are required only if you want to use XDebug, which is optional for PHP development. 例文帳に追加

XDebug を使用する場合のみ、次のすべての手順が必要です。 これは PHP 開発のオプションです。 - NetBeans

PHP support with code completion, Xdebug and web service features. JavaFX 1.0 supports animation, graphics and media codecs for rich content application development. 例文帳に追加

次の変更が加えられています。 - NetBeans

If you are using XAMPP Lite, you need to dizable the Zend optimizer because it blocks XDebug. 例文帳に追加

XAMPP Lite を使用している場合、Zend オプティマイザが XDebug をブロックするため、Zend オプティマイザを無効にする必要があります。 - NetBeans

If you are using a XAMPP package, you need to disable the Zend optimizer because it blocks XDebug. 例文帳に追加

XAMPP パッケージを使用している場合は、Zend オプティマイザによって XDebug がブロックされるので、Zend オプティマイザを無効にする必要があります。 - NetBeans

To successfully debug PHP applications in the NetBeans IDE for PHP, you need to have the PHP engine, the Apache local web server, and the XDebug debugger installed and configured for PHP development. 例文帳に追加

NetBeans IDE for PHP で PHP アプリケーションを正常にデバッグするには、PHP エンジン、Apache ローカル Web サーバー、および XDebug デバッガがインストールされ、PHP 開発用に構成されている必要があります。 - NetBeans

When the program execution is paused, XDebug can retrieve information about the current program state, like reading the values of the program variables. 例文帳に追加

プログラムの実行が一時停止しているときは、XDebug でプログラムの現在の状態に関する情報を取得できます。 たとえばプログラム変数の値を読み取ることができます。 - NetBeans

例文

PHP Development A fast and light-weight PHP IDE with code completion and quick fixes,integrated FTP and Xdebug, and support for popular Web Services. 例文帳に追加

キャンバス上にコンポーネントを配置し、位置を調整することで、本格的な Java GUI を作成できます。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS