250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- LetsEncrypt
- php
- html
- Xdebug
- non-www
- centos
- DOM Parser
- new user
- Fail2ban
- https
- root
- git pull
- launch.json
- Apache
- Mac
- mysql
- crontab
- CentOS7
- SSL
- Certbot
- 구글 클라우드
- Liniux
- Linux
- MariaDB
- wordpress
- child theme
- front page
- vscode
- home page
- Google Cloud
Archives
- Today
- Total
between 0 and 1
[PHP] PHP + xDebug + vscode + Mac (BigSur+) 본문
Software Development Engineering/PHP
[PHP] PHP + xDebug + vscode + Mac (BigSur+)
devxpert.yoon 2021. 1. 3. 20:02728x90
반응형
-
xdebug (version 3.x.x +)
-
install
-
pecl install xdebug
- xdebug 3+ version will be installed (@2021.01.03)
-
configuration
-
php.ini
[xdebug] zend_extension="xdebug.so" xdebug.mode=debug |
-
check
-
$> php -i | grep “xdebug”
-
vscode connection
-
run vscode
-
shft+command+x (to bring up the extensions window)
-
find and install “PHP Debug”
-
open debug window (shift + command + D)
-
create launch.json
-
set xdebug port 9000 to 9003 (xdebug version 2.x.x = 9000, xdebug version 3.x.x = 9003)
728x90
반응형
'Software Development Engineering > PHP' 카테고리의 다른 글
[PHP, PDF] TCPDF 한글 깨짐 해결 방법 (0) | 2021.01.29 |
---|---|
[PHP] Request가 HTTP인지 HTTPS인지 확인하는 방법 (0) | 2018.07.21 |
var_dump(), 출력되는 문자열 길이 제한 풀기 (0) | 2018.07.20 |
PHP Simple HTML DOM Parser 링크 및 사용법 간단 정리 (0) | 2018.07.18 |