是否有适用于Mozilla对象的Visual Studio调试器可视化工具(例如nsString
)?
我正在寻找像boost visualizers这样的东西。
答案 0 :(得分:1)
Debugging Mozilla on Windows FAQ上有一些提示。将以下条目添加到AUTOEXP.DAT
以改进可视化的Mozilla对象。
;; Mozilla (1.7beta and later)
nsAutoString=<mData,su>
nsString=<mData,su>
nsCString=<mData,s>
nsCAutoString=<mData,s>
nsRect=x=<x,d> y=<y,d> width=<width,d>; height=<height,d>
nsStaticAtomWrapper=<mStaticAtom->mString,s>
nsIAtom=<mString,su>
; the following are not necessary in vc8
nsCOMPtr<*>=<mRawPtr,x>
nsRefPtr=<mRawPtr,x>
nsAutoPtr=<mRawPtr,x>