Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
F10 を押してコードを 1 行ずつデバッグすると、黄色のハイライトの動きが VS2012 よりもずっと遅いことに気付いた人はいますか? F10を押すと、次の行に移動するのに1秒ほど待つ必要があります。1行ずつ。
私の場合、これは .NET Reflector Visual Studio Extension が原因でした。
すべてのオプションを無効にしようとしましたが、無効にするだけでうまくいきました。ステップ オーバー デバッグが正常に戻り、次の行に移動する前に 2 ~ 3 回再試行する必要がなくなりました。
ツール/拡張機能と更新プログラムで無効にします。