S
Sam Marrocco
I have an app which has intermittent pauses--menus stop working,
etc--for a second or two at a time. Short of purchasing a profiler
(expensive) is there a way of viewing which method/function my code is
in at any given time *live* while it is running? I realize this might be
a little slower yet, and I don't want to have to embed anything into the
heads and tails of every function.
etc--for a second or two at a time. Short of purchasing a profiler
(expensive) is there a way of viewing which method/function my code is
in at any given time *live* while it is running? I realize this might be
a little slower yet, and I don't want to have to embed anything into the
heads and tails of every function.