Unfortunately, `@profile` is the closest we have now. You could conceivably call `@profile` from within a `try` so that you can print out the profile results at the end. -E
On Sat, Sep 13, 2014 at 12:13 PM, Erik Schnetter <[email protected]> wrote: > I want to trace the execution of a Julia program to find out where an > error occurs. Is there something like a @trace macro, similar to @time or > @profile? > > -erik > >
