phpstrom進行斷點調試的配置

使用phpStudy配置: 1、phpStudy一般都有php的xdebug擴展文件,不需要去官網下載,直接到phpStudy進行配置勾選擴展。 然後進行php.ini參數配置,打開php.ini文件: 在php.ini配置文件添加以下的參數:(注:請確保9000端口沒有被佔用) 1 xdebug.remote_enable = 1 2 xdebug.remote_handler = "dbgp"
相關文章
相關標籤/搜索