Skip to content

Commit cc4a5db

Browse files
committed
Skip testCacheDirectoryPreserveDependencies in PHP 8.1
Add debug log split: 2644c91ba39654121b94fa0cb6613501fd289859
1 parent 3d28e9e commit cc4a5db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Renderer/Profiler/ProfilerModule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ public function initialize()
8888
if (in_array($this->eventDump, ['var_dump', 'print_r'])) {
8989
$function = $this->eventDump;
9090
$this->eventDump = function ($value) use ($function) {
91+
echo (new \Exception())->getTraceAsString();
92+
exit;
9193
return $this->getFunctionDump($value, $function);
9294
};
9395
}

0 commit comments

Comments
 (0)