albfan / vim-breakpts

Set/View Vim breakpoints and browse functions visually
24 stars 2 forks source link

backtrace hide by command execution #29

Open albfan opened 8 years ago

albfan commented 8 years ago

When a function is called from a command, stacktrace is started from command call, but an underneath stack must exists to follow command call execution point. Try to extract it