作为一名 .net 开发人员,有时会被要求在除自己的开发人员机器之外的不同机器(32 和 64 位)上进行调试。很多时候缺少一些重要的工具,我必须先安装它们才能开始调试。然后我开始在1GB的记忆棒中收集一些便携式工具。目前它包含
- Windbg 32 和 Windbg 32。 64 位便携式。
- ildasm
- FUSLOGVW.exe
- Windiff
- graphedt.exe
- 远程调试器 32 & 64
- Sysinternal suite
- Oleview.exe
是否有更多可移植工具可以添加到集合中,以帮助调试 .net 应用程序中的问题。你的便携式收藏是什么?
As a .net developer there are times when one is asked to debug at different machines (32 & 64 bit) other than ones own developer machine. Lot of times some important tool is missing and I have to install them first to start the debugging. Then I started to collect some portable tools in a 1GB memory stick. Currently it contains
- Windbg 32 & 64 bit portable.
- ildasm
- FUSLOGVW.exe
- Windiff
- graphedt.exe
- Remote debugger 32 & 64
- Sysinternal suite
- Oleview.exe
are there any more portable tools that I can add to the collection that will help debug a problem in a .net application. what is your portable collection?
发布评论
评论(4)
我会添加 Reflector ,对于 WinDbg 你真的应该得到SOSEX 和 PSSCOR2 来补充 SOS。
I would add Reflector to that and for WinDbg you really should get SOSEX and PSSCOR2 to complement SOS.
嗯,我的拇指驱动器主要有修复亲戚感染病毒的电脑的工具,但开发人员工具包括 WinMerge 和Fiddler。您可能还希望查看便携式免费软件,它有多个“编程”类别。
Well, my thumb drive mostly has tools to fix relatives' virus-infested PCs, but among the developer tool include WinMerge and Fiddler. You may also wish to check out Portable Freeware which has several "Programming" categories.
U 盘上的 mdbg 非常宝贵!
mdbg on a USB stick is invaluable!
您的收藏似乎缺少 Reflector 和 依赖行走器
Your collection seems to be missing Reflector and Dependency walker