作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何在当前线程的 clrstack 上打印所有 System.String 对象的字符串值?
我想做的伪代码:
foreach ($string in !dso -type System.String) !do $string
或者更好
foreach ($string in !dso -type System.String) !printstring $string
更好
foreach (distinct $string in !dso -type System.String) !printstring $string
谢谢!
最佳答案
最新的 SOSEX 扩展 (v4) 具有 !mdso
命令,该命令具有类型过滤选项 /t
。
SOSEX - Copyright 2007-2012 by Steve Johnson - http://www.stevestechspot.com/
To report bugs or offer feedback about SOSEX, please email sjjohnson@pobox.com
mdso
Usage: !sosex.mdso [Options]
Dumps object references on the stack and in CPU registers in the current context
Options:
/t:typeFilter - Limits the output to objects whose type name matches the filter expression specified by "typeFilter".
Cannot be combined with the /mt option.
所以 !mdso/t:System.String
命令应该可以工作。
关于.net - WinDbg、SOS、如何将所有字符串转储到堆栈中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11779714/
我正在为我的应用程序使用 Tank-Auth。我唯一的问题是激活和重置帐户密码。 用于登录、注册、注销;我对这些代码没有问题; $route['login'] = "/auth/login"; $ro
我是一名优秀的程序员,十分优秀!