yasd
Yet Another Swoole Debugger
파일 탐색기
최종 버전 다운로드 (.zip)- alpine.Dockerfile
- ext.yml
- ISSUE_TEMPLATE
- base.h
- base64.h
- buffer.h
- cmder_debugger.h
- common.h
- context.h
- dbgp.h
- debuger_mode_base.h
- global.h
- logger.h
- redirect_file_to_cin.h
- remote_debugger.h
- source_reader.h
- util.h
- watch_point.h
- zend_property_info.h
- analyze_function.php
- trace_function.php
- base.cc
- base64.cc
- buffer.cc
- cmder_debugger.cc
- common.cc
- context.cc
- dbgp.cc
- debuger_mode_base.cc
- global.cc
- logger.cc
- remote_debugger.cc
- source_reader.cc
- util.cc
- swoole.ini
- yasd.ini
- bootstrap.php
- DbgpClient.php
- 41.inc
- 41.phpt
- getOpcodeByName.inc
- getOpcodeByName.phpt
- breakpoint_set.inc
- breakpoint_set.phpt
- breakpoint_set_conditional_line.inc
- breakpoint_set_conditional_line.phpt
- superglobal_variable.inc
- superglobal_variable.phpt
- feature_get.inc
- feature_get.phpt
- for_loop.inc
- for_loop.phpt
- goto_label_loop.inc
- goto_label_loop.phpt
- compatible_with_phpstorm.inc
- compatible_with_phpstorm.phpt
- eval.inc
- eval.phpt
- idekey.inc
- idekey.phpt
- classnamme_array_key.inc
- classnamme_array_key.phpt
- nmerical_index_array.inc
- nmerical_index_array.phpt
- breakpoint_list.inc
- breakpoint_list.phpt
- context_get.inc
- context_get.phpt
- context_names.inc
- context_names.phpt
- eval.inc
- eval.phpt
- feature_set.inc
- feature_set.phpt
- stack_get.inc
- stack_get.phpt
- stdout.inc
- stdout.phpt
- stop.inc
- stop.phpt
- getRefCount.phpt
- clean
- inc_template
- new.php
- README.md
- run-tests
- start.sh
- template
- tinyxml2.cc
- tinyxml2.h
- .clang-format
- .gitignore
- .php_cs
- composer.json
- composer.lock
- config.m4
- header.php
- init_file.php
- LICENSE
- php_yasd.h
- php_yasd_cxx.cc
- php_yasd_cxx.h
- README-CN.md
- README.md
- test.php
- yasd.cc
- yasd_api.cc
- yasd_api.h
- yasd_api.stub.php
- yasd_function_status.cc
- yasd_function_status.h
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/swoole/yasd
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd yasd
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
brew install boost
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
apt-get install libboost-all-dev
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
