Created
March 26, 2015 18:12
-
-
Save jazzdan/f633a21698f32aed9388 to your computer and use it in GitHub Desktop.
HHVM Debugger Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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