https://bugzilla.wikimedia.org/show_bug.cgi?id=67756

--- Comment #3 from Bryan Davis <[email protected]> ---
The HHVM debugging shell is now available within the guest VM. Use by 
logging in to your vm and running:

    hhvm --mode debug --debug-host ::1

Or use from the host computer with:

    vagrant ssh -c 'hhvm --mode debug --debug-host ::1'

Once connected, type '?' for a list of basic commands. For example, `g`
will list current globals or `=$IP` will show the current value of the
$IP variable.

We could probably make a tiny shell script (hhvmsh?) to fire up the debugger
repl and then kill off phpsh or make it only install when the zend role is
enabled.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to