※ ChatGPTを利用し、要約された質問です(原文:cachegrind.out.から始まるファイル)
cachegrind.out.から始まるファイルが作成されない問題の解決方法
このQ&Aのポイント
Xdebugを使用してスクリプトを実行しているときに、cachegrind.out.から始まるファイルが作成されない場合、php.iniの設定を確認する必要があります。
Xdebugの設定に問題がある可能性があるため、php.iniの以下の項目をチェックしてください:xdebug.remote_enable、xdebug.profiler_enable、xdebug.profiler_output_dir、xdebug.profiler_output_name。
また、XdebugのバージョンやPHPのバージョンによっても問題が発生することがありますので、最新のXdebugのバージョンを使用しているか確認してください。
Xdebugをインストールしスクリプトを実行しましたが、cachegrind.out.から始まるファイルが作成されません。
php.iniの設定がおかしいのでしょうか?
回答を頂くのに必要かどうかわかりませんが、一応、phpinfoのXdebugの内容を下記しておきます。
なお、XAMPP: 1.7.7、PHP: 5.3.8、Windows7(64bit)の環境です。
xdebug supportenabled
Version2.1.1
Supported protocolsRevision
DBGp - Common DeBuGger Protocol$Revision: 1.145 $
DirectiveLocal ValueMaster Value
xdebug.auto_traceOffOff
xdebug.collect_assignmentsOffOff
xdebug.collect_includesOnOn
xdebug.collect_params00
xdebug.collect_returnOffOff
xdebug.collect_varsOffOff
xdebug.default_enableOnOn
xdebug.dump.COOKIEno valueno value
xdebug.dump.ENVno valueno value
xdebug.dump.FILESno valueno value
xdebug.dump.GETno valueno value
xdebug.dump.POSTno valueno value
xdebug.dump.REQUESTno valueno value
xdebug.dump.SERVERno valueno value
xdebug.dump.SESSIONno valueno value
xdebug.dump_globalsOnOn
xdebug.dump_onceOnOn
xdebug.dump_undefinedOffOff
xdebug.extended_infoOnOn
xdebug.file_link_formatno valueno value
xdebug.idekeyHOGE-PC$no value
xdebug.manual_urlhttp://www.php.nethttp://www.php.net
xdebug.max_nesting_level100100
xdebug.overload_var_dumpOnOn
xdebug.profiler_aggregateOffOff
xdebug.profiler_appendOffOff
xdebug.profiler_enableOffOff
xdebug.profiler_enable_triggerOffOff
xdebug.profiler_output_dir\\
xdebug.profiler_output_namecachegrind.out.%pcachegrind.out.%p
xdebug.remote_autostartOffOff
xdebug.remote_connect_backOffOff
xdebug.remote_cookie_expire_time36003600
xdebug.remote_enableOffOff
xdebug.remote_handlerdbgpdbgp
xdebug.remote_hostlocalhostlocalhost
xdebug.remote_logno valueno value
xdebug.remote_modereqreq
xdebug.remote_port90009000
xdebug.screamOffOff
xdebug.show_exception_traceOffOff
xdebug.show_local_varsOffOff
xdebug.show_mem_deltaOffOff
xdebug.trace_format00
xdebug.trace_options00
xdebug.trace_output_dir\\
xdebug.trace_output_nametrace.%ctrace.%c
xdebug.var_display_max_children128128
xdebug.var_display_max_data512512
xdebug.var_display_max_depth33
お礼
ありがとうございました。 お陰様で解決しました。