> On 15 Feb 2023, at 17:23, Peter Slížik <
peter....@gmail.com> wrote:
>
> Hello,
The docs show that you need to do either add the outfile to trace
or generate and write the report after runfunc returns.
I have not tested this, just read the docs out of curiosity
Here
https://docs.python.org/3/library/trace.html
Barry
> def inner():
> print("Callee here.")
>
> Now I launched the program and the tracer did not generate any output. I
> was hoping that this would provide complete tracing information, but only
> for the limited scope of inner().
>
> No success with tracer.run() either.
>
> What I was able to do, when I set count=1, I was able to catch the coverage
> data with tracer.results() and write them to a file. But the tracing
> information was not generated even in this case.
>
> Am I doing anything wrong?
>
> Peter
> --
>
https://mail.python.org/mailman/listinfo/python-list
>