Skip to content

Filter of own trace-files is not working #3

@BillX

Description

@BillX

The file-selection also shows the own trace-files.
Place the following code on line 15 in the file "trace.config.php" to fix the problem:

$trace = xdebug_get_tracefile_name( );
$ownTraces[] = $trace;
file_put_contents('trace-own.cache', $trace."\r\n", FILE_APPEND);

Bill

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions