Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
all2wicked69
/
vscode-php-debug
Public
forked from
xdebug/vscode-php-debug
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vscode-php-debug
src
phpDebug.ts
on
ts-node
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 23, 2020
chore: check prettier properly in CI
felixfbecker
committed
fd4cb0d
View commit details
Copy full SHA for fd4cb0d
View code at this point
Browse repository at this point
chore(deps): update dependency typescript to v4 (#464)
Show description for d0990a8
3 people
authored
d0990a8
View commit details
Copy full SHA for d0990a8
View code at this point
Browse repository at this point
Commits on Dec 21, 2020
fix: removes code execution indicator when process is terminated (#368)
Show description for bdfebbe
zobo
and
felixfbecker
authored
bdfebbe
View commit details
Copy full SHA for bdfebbe
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
feat: add hostname option to set the interface to bind to (#330)
martin-schulze-vireso
authored and
felixfbecker
committed
c7280b6
View commit details
Copy full SHA for c7280b6
View code at this point
Browse repository at this point
Commits on Sep 21, 2018
fix: do not send continue events (#307)
Show description for 047777b
jonyo
authored and
felixfbecker
committed
047777b
View commit details
Copy full SHA for 047777b
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
fix: avoid deadlock with multiple connections when executing code (#294)
Show description for 7fa2d28
jonyo
authored and
felixfbecker
committed
7fa2d28
View commit details
Copy full SHA for 7fa2d28
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
fix: set evaluateName for variables to allow copy (#295)
Show description for 378baab
jonyo
authored and
felixfbecker
committed
378baab
View commit details
Copy full SHA for 378baab
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
style: run prettier on markdown
Show description for cb1c6ea
felixfbecker
committed
cb1c6ea
View commit details
Copy full SHA for cb1c6ea
View code at this point
Browse repository at this point
Commits on Apr 12, 2018
fix(phpDebug): make connection init more robust (#243)
Show description for 4ee0783
EreMaijala
authored and
felixfbecker
committed
4ee0783
View commit details
Copy full SHA for 4ee0783
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
style: use prettier
felixfbecker
committed
aa58b01
View commit details
Copy full SHA for aa58b01
View code at this point
Browse repository at this point
feat: path mappings (#175)
Show description for 24eafe9
johnrom
authored and
felixfbecker
committed
24eafe9
View commit details
Copy full SHA for 24eafe9
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
Fix unused variable
felixfbecker
committed
fc71345
View commit details
Copy full SHA for fc71345
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
Add ignore option to ignore paths (#66)
felixfbecker
authored
a52ec5c
View commit details
Copy full SHA for a52ec5c
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
Properly terminate processes on disconnect (#174)
felixfbecker
authored
8db1085
View commit details
Copy full SHA for 8db1085
View code at this point
Browse repository at this point
NextResponse does not take a body field, ContinueResponse does and th… (#157)
QwertyZW
authored and
felixfbecker
committed
7f1e0e4
View commit details
Copy full SHA for 7f1e0e4
View code at this point
Browse repository at this point
Fix typing errors
felixfbecker
committed
40d51ae
View commit details
Copy full SHA for 40d51ae
View code at this point
Browse repository at this point
Fix strict null check errors
felixfbecker
committed
31f2deb
View commit details
Copy full SHA for 31f2deb
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Support exception type error (#72)
felixfbecker
authored
1f2b71f
View commit details
Copy full SHA for 1f2b71f
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Remove unused import
felixfbecker
committed
73c235a
View commit details
Copy full SHA for 73c235a
View code at this point
Browse repository at this point
Improvements
felixfbecker
committed
4952dc9
View commit details
Copy full SHA for 4952dc9
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
permit to set xdebug feature names from launch.json
batopa
committed
3b63c20
View commit details
Copy full SHA for 3b63c20
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
make max_depth and max_children configurable
batopa
committed
58ce104
View commit details
Copy full SHA for 58ce104
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Fix compile errors
felixfbecker
committed
e2ddfde
View commit details
Copy full SHA for e2ddfde
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
Adjust XDebug settings
felixfbecker
committed
028ab8f
View commit details
Copy full SHA for 028ab8f
View code at this point
Browse repository at this point
Commits on Oct 10, 2016
Update TypeScript to 2.0, VS Code to 1.6
felixfbecker
committed
0077185
View commit details
Copy full SHA for 0077185
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
Better use inlined properties
Show description for c1e632a
felixfbecker
committed
c1e632a
View commit details
Copy full SHA for c1e632a
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
Send MIME type on sourceRequest
felixfbecker
committed
0791840
View commit details
Copy full SHA for 0791840
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
Return variable type
felixfbecker
committed
05280fa
View commit details
Copy full SHA for 05280fa
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
Pass sourceRoot settings to path converter
felixfbecker
committed
1650b74
View commit details
Copy full SHA for 1650b74
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Fix lint issues
felixfbecker
committed
32266a9
View commit details
Copy full SHA for 32266a9
View code at this point
Browse repository at this point
Put path convertion functions into sperate module
felixfbecker
committed
bfb6a6e
View commit details
Copy full SHA for bfb6a6e
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Fix parsing of PEAR version number as semver
felixfbecker
committed
948446a
View commit details
Copy full SHA for 948446a
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
Fix breakpoint removal on Windows
felixfbecker
committed
3d84341
View commit details
Copy full SHA for 3d84341
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Set limits to 10000
felixfbecker
committed
c5d7d64
View commit details
Copy full SHA for c5d7d64
View code at this point
Browse repository at this point
Don't set max_data to 0 for XDebug <2.2.4
felixfbecker
committed
50d65bd
View commit details
Copy full SHA for 50d65bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.