stackviz

stackviz project is the stack visualizer.
Download

stackviz Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Piotr Sobolewski
  • Publisher web site:
  • http://sobolewscy.in5.pl/piotr/programy/itvp-dl/

stackviz Tags


stackviz Description

stackviz project is the stack visualizer. stackviz project is the stack visualizer.When you debug your program with gdb and you want to imagine what goes on on the stack you can use the stack visualizer.In order to use it, you have to issue in gdb that three commands:print $espprint $ebpx/48w $espIf you issue not only that three magic commands, but also something like:print &< some_variable >the stack visualizer will know what is the address of this variable and will show you where it lies on the stack. Of course you can do this with more variables.


stackviz Related Software