From 8b68cb20af28073a7ee7349d3d9d06c05c4555be Mon Sep 17 00:00:00 2001 From: antograssiot Date: Mon, 20 Jul 2015 17:29:24 +0200 Subject: [PATCH] psy/psysh must be loaded + add link --- src/basics.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/basics.php b/src/basics.php index 8920a5898b8..c18c5d6a542 100644 --- a/src/basics.php +++ b/src/basics.php @@ -148,6 +148,8 @@ function json_last_error_msg() /** * Command to return the eval-able code to startup PsySH in interactive debugger * Works the same way as eval(\Psy\sh()); + * psy/psysh must be loaded in your project + * @link http://psysh.org/ * ``` * eval(breakpoint()); * ```