JochenKalmbach / StackWalker

Walking the callstack in windows applications
BSD 2-Clause "Simplified" License
831 stars 182 forks source link

adding ShowObject #15

Closed domalb closed 6 years ago

domalb commented 6 years ago

I propose adding a small feature : get a name from the address of an object. Even if it does not fit exactly with "stack walking", that feature is very close to it and can benefit from the structure already available here.

JochenKalmbach commented 6 years ago

Looks good. Is it possible that you simply comment the function body a little bit; also also add an example in the main.cpp?

domalb commented 6 years ago

Thanks. I added comments and tests. Let me know if still not ok.