Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Using Xdebug with PHP WASM - Introduction
title: Debugging with Xdebug in WordPress Playground
slug: /developers/xdebug/introduction
description: Debug PHP code running in WebAssembly within WordPress Playground using Xdebug, Chrome DevTools, and IDE integration.
---

# Using Xdebug with PHP WASM
# Debugging with Xdebug in WordPress Playground

Xdebug is a debugging extension for PHP that lets you set breakpoints, inspect variables, and step through your code. WordPress Playground includes Xdebug in its WebAssembly-compiled PHP, so you can debug WordPress code running directly in your browser or IDE.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
slug: /contributing/table-lead-guide
title: Table Lead Guide for Contributor Day
title: How to Lead a Contributor Day Table
description: How to lead a WordPress Playground table at Contributor Day of a WordCamp.
---

# Table Lead Guide for Contributor Day
# Contributor Day Table Leadership Guide

This guide helps table leads prepare for and manage a WordPress Playground contributor table at WordCamp events.

Expand Down
13 changes: 13 additions & 0 deletions packages/docs/site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const sidebars = {
'main/contributing/coding-standards',
'main/contributing/contributor-day',
'main/contributing/contributor-badge',
'main/contributing/contributor-day-table-lead',
'main/contributing/documentation',
'main/contributing/translations',
],
Expand Down Expand Up @@ -140,6 +141,18 @@ const sidebars = {
'developers/local-development/php-wasm-node',
],
},
{
type: 'category',
label: 'Xdebug on Playground',
link: {
type: 'doc',
id: 'developers/xdebug/introduction',
},
items: [
'developers/xdebug/introduction',
'developers/xdebug/getting-started',
],
},
{
type: 'category',
label: 'Playground APIs',
Expand Down