Posted by KentBye on November 20, 2007 at 2:23am
| Project: | Visualize Backtrace |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
While using the forwardtrace feature, I noticed that it wasn't producing a complete tree of all of the children functions for each captured function. It seemed to be capturing all of the backtraces for each function called from the specified filename, but there were some sibling children that were getting lost in the mix.
So this is just a reminder to dig into this some more since it obviously isn't working 100%.
I was able to still see the full tree without a problem, but just beware that using the forwardtrace feature may not be properly displaying a complete picture of every child -- especially if it's a tree nested with the capture functions.