mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 07:27:26 +02:00
Add custom css for debugger
This commit is contained in:
@@ -29,6 +29,7 @@ class Main {
|
||||
|
||||
// Some initial configuration of Tracy for logging/debugging.
|
||||
Debugger::$errorTemplate = __DIR__ . '/../templates/errorpage.php';
|
||||
Debugger::$customCssFiles = [__DIR__ . '/../assets/css/debugger.css'];
|
||||
Debugger::setLogger(new \Jump\Debugger\ErrorLogger);
|
||||
Debugger::getBlueScreen()->addPanel(
|
||||
[\Jump\Debugger\JumpVersionPanel::class, 'panel']
|
||||
|
||||
Reference in New Issue
Block a user