パンダの成長著しい。いつの間にか、ちょっと歩いてる。いないいないばあができる。 それに比べて俺の成長のなさ...
https://stackoverflow.com/questions/298708/debugging-with-command-line-parameters-in-visual-studio で紹介されていた Debugging Mozilla on Windows FAQ が超便利。
From the VC8/9 "Command Prompt", type devenv /debugexe <program name> <program arguments>. Once Visual Studio opens, select 'Start Debugging' from the 'Debug' menu. If you are using VC8 Express edition, replace devenv with vcexpress.exe. If you are using MozillaBuild, replace /debugexe with -debugexe.
これが知りたくて、でも出来なくて gdb で頑張ってた。