14
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio2012, 2013のdebug高速化

Posted at
  1. 「マイコードのみを有効にする」にチェック
    SnapCrab_NeighborhoodOp - Microsoft Visual Studio (管理者)_2015-4-5_11-38-30_No-00.png


  2. 「Microsoftシンボルサーバー」にチェック
    「このディレクトリにシンボルをキャッシュ」に任意のフォルダを指定。
    SnapCrab_NeighborhoodOp - Microsoft Visual Studio (管理者)_2015-4-5_11-33-55_No-00.png


  3. アプリケーションをデバッグ実行
    すると「すべてのシンボルを自動的に読み込む」ボタンが活性化するので、クリック。読み込みが開始される。
    SnapCrab_NeighborhoodOp (実行中) - Microsoft Visual Studio (管理者)_2015-4-5_12-4-37_No-00.png


  4. 2でチェックした「Microsoftシンボルサーバー」のチェックを外す

VisualStudio2012とVisualStudio2013express for Webにて確認済みです。
MVCやEntity Frameworkなどで高速化を実感しました。
すぐにというよりは徐々に効いてきたような感覚でした。

14
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?