Skip to content

Instantly share code, notes, and snippets.

@jazzdan
Created March 26, 2015 18:12
Show Gist options
  • Save jazzdan/f633a21698f32aed9388 to your computer and use it in GitHub Desktop.
Save jazzdan/f633a21698f32aed9388 to your computer and use it in GitHub Desktop.
HHVM Debugger Settings
hhvm.debugger.enable_debugger = true
hhvm.debugger.enable_debugger_server = true
hhvm.debugger.port = 8089
hhvm.debugger.default_sandbox_path = /var/www/
hhvm.debugger.startup_document = /var/www/index.php
hhvm.sandbox.sandbox_mode = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment