标签:开启 .com log 用户 layout 启动 文件 vim rem
一、服务端配置[xdebug]
zend_extension=/usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
http://code.activestate.com/komodo/remotedebugging/
b. 解压(略)
c. 进入目录(略)
d. 修改pydbgpproxy文件内容:
vim pydbgpproxy,找到
candidate_paths = [
dirname(this_dir), # Komodo source tree layout
join(dirname(this_dir), pythonlib),
]
将
dirname(this_dir)
修改为
this_dir
e. 启动dbgp代理:
./pydbgpproxy -i 0.0.0.0:9001 -d 9000
标签:开启 .com log 用户 layout 启动 文件 vim rem
原文地址:http://blog.51cto.com/12173069/2328026