Mozillaオブジェクト用のVisualStudioデバッガビジュアライザーはありますか(例nsString
)?ブーストビジュアライザーのようなものを探しています。
1 に答える
1
WindowsでのMozillaのデバッグに関する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>
于 2011-09-15T10:18:56.140 に答える