object

dump_trace

Simple solution for redirecting a debugger trace to a file.

Availability:
logtalk_load(debugger(loader))
Author: Paulo Moura
Version: 1:0:1
Date: 2021-11-12
Compilation flags:
static, context_switching_calls
Uses:
Remarks:
(none)
Inherited public predicates:
(none)

Public predicates

start_redirect_to_file/2

Starts redirecting debugger trace messages to a file.

Compilation flags:
static
Template:
start_redirect_to_file(File,Goal)
Meta-predicate template:
start_redirect_to_file(*,0)
Mode and number of proofs:
start_redirect_to_file(+atom,+callable) - zero_or_more

stop_redirect_to_file/0

Stops redirecting debugger trace messages to a file.

Compilation flags:
static
Mode and number of proofs:
stop_redirect_to_file - one

Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)