File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,13 @@ protected function _prepare(): array
9090 $ var = get_defined_constants (true );
9191 $ return ['app ' ] = array_diff_key ($ var ['user ' ], $ return ['cake ' ], $ hiddenCakeConstants );
9292
93+ $ includePaths = $ this ->_debug ->includePaths ();
94+ foreach ($ includePaths as $ k => $ v ) {
95+ $ includePaths [$ k ] = Debugger::exportVarAsNodes ($ v );
96+ }
97+
9398 // Included files data
94- $ return ['includePaths ' ] = $ this -> _debug -> includePaths () ;
99+ $ return ['includePaths ' ] = $ includePaths ;
95100 $ return ['includedFiles ' ] = $ this ->prepareIncludedFiles ();
96101
97102 return $ return ;
Original file line number Diff line number Diff line change @@ -281,10 +281,6 @@ strong {
281281 text-align : left;
282282}
283283
284- /* Override styles in cake's default css */
285- .c-debug-table .cake-debug-string {
286- margin-right : 48px ;
287- }
288284/* correct height to fit with environment panel */
289285.c-debug-table .cake-debug-copy {
290286 padding : 5px 6px ;
You can’t perform that action at this time.
0 commit comments