タグ

2013年5月28日のブックマーク (4件)

  • Windows Symbol Packages for Debugging - Windows drivers

    Symbol files make it easier to debug your code. The easiest way to get Windows symbols is to use the Microsoft public symbol server. The symbol server makes symbols available to your debugging tools as needed. After a symbol file is downloaded from the symbol server, it's cached on the local computer for quick access. Symbol package deprecation Important We no longer publish the offline symbol pac

    Windows Symbol Packages for Debugging - Windows drivers
    yassan0627
    yassan0627 2013/05/28
    シンボルってダウンロード可能だったのか…。
  • i4shamrock - きままに情報発信

    Releaseビルドしたアプリケーションで、例外が発生した場所を特定するのに苦労しませんか? 一般的な方法として、デバッグ用の出力コードを埋め込んだりすることも考えられますが、コードを埋め 込んだ場所でしか問題を検出できませんので、手間と時間がかかってしまいます。 これを解消するのが、ミニダンプという仕組みです。 ただ、UNIXのコアダンプと異なり、通常のアプリはミニダンプを出力してくれません。 アプリケーションでミニダンプを生成するには、"dbghelp.dll"のMiniDumpWriteDump関数を呼び出す必要が あります。 また、例外が発生した時のフック処理を記述する必要があります。 その時に最大限に注意する点として、フックされるコールバック関数内でのエラーは極力発生しないように しなければなりません。 当然ですが、コールバック関数内での例外発生は、例外が例外を再帰的に発生させて

    yassan0627
    yassan0627 2013/05/28
    Minidump関連
  • シンボルを使用したデバッグ

    このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 Desktop and Graphics Technology (DGT)、ソフトウェア開発エンジニア主任 Andy Glaister 著 2007 年 8 月 ここでは、デバッグ プロセスでシンボルを最大限に活用する方法について概説します。Microsoft シンボル サーバーの使い方、および独自のプライベート シンボル サーバーを設定して使用する方法についても説明します。ここで紹介するベスト プラクティスに従うことで、問題をデバッグする能力が高まり、問題に関連するシンボルと実行可能ファイルがすべて自分のコンピューター上にない場合にも対応できるようになります。 シンボル シンボルを使ったデバッグ 必要なシン

    シンボルを使用したデバッグ
  • Sublime Text

    Effortlessly Split Panes and Navigate Between Code With the new Tab Multi-Select functionality, tabs become first-class citizens in the interface. A simple modifier when performing actions will split the interface to show multiple tabs at once. Works with the side bar, tab bar, Goto Anything and more! What’s New Sublime Text 4 is packed with new features and enhancements, including: GPU Rendering

    Sublime Text
    yassan0627
    yassan0627 2013/05/28
    便利そう。評価する分にはフリー。