gpt4 book ai didi

c++ - Mozilla 对象的 Visual Studio 调试器可视化工具

转载 作者:行者123 更新时间:2023-11-28 08:16:55 24 4
gpt4 key购买 nike

是否有用于 Mozilla 对象的任何 Visual Studio 调试器可视化工具(例如 nsString)?我正在寻找类似 boost visualizers 的东西.

最佳答案

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>

关于c++ - Mozilla 对象的 Visual Studio 调试器可视化工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7428774/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com