Portable .Net debugging tools
Asked Answered
T

4

5

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

  1. Windbg 32 & 64 bit portable.
  2. ildasm
  3. FUSLOGVW.exe
  4. Windiff
  5. graphedt.exe
  6. Remote debugger 32 & 64
  7. Sysinternal suite
  8. 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?

Toughminded answered 4/8, 2010 at 5:39 Comment(1)
Does this answer your question? Are there any stand-alone C#/.NET Debuggers?Elonore
M
4

I would add Reflector to that and for WinDbg you really should get SOSEX and PSSCOR2 to complement SOS.

Malvoisie answered 4/8, 2010 at 6:5 Comment(0)
F
1

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.

Francophile answered 4/8, 2010 at 5:49 Comment(0)
R
1

mdbg on a USB stick is invaluable!

Reprography answered 4/8, 2010 at 11:33 Comment(0)
O
0

Your collection seems to be missing Reflector and Dependency walker

Oppidan answered 4/8, 2010 at 5:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.