Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 359 Bytes

File metadata and controls

23 lines (16 loc) · 359 Bytes

About

Run Xdebug in the browser


Build

  • Run npm install
  • Run npm run build

Warning VSCode currently needs Node 22 to build

Run

  • Run npm run dev
  • Go to http://localhost:5173
  • Show the Menu Bar
  • Go to Run > Start Debugging
  • Set a breakpoint in index.php on line 3
  • Modify the string
  • Witness the magic break