diff --git a/demo/bootstrap.php b/demo/bootstrap.php index 21bdb42..cbc9cdc 100644 --- a/demo/bootstrap.php +++ b/demo/bootstrap.php @@ -2,6 +2,9 @@ include __DIR__ . '/../tests/bootstrap.php'; +// for stack data +session_start(); + use DebugBar\StandardDebugBar; $debugbar = new StandardDebugBar(); diff --git a/demo/index.php b/demo/index.php index 75f3bc8..71c574f 100644 --- a/demo/index.php +++ b/demo/index.php @@ -25,6 +25,10 @@ render_demo_page(function() {
  • load ajax content
  • load ajax content with exception
  • +

    Stack

    +

    PDO