ドライバー開発者として、WinDbgは私の親友の1人です。
Windows 8から始めて、新しいWDKをインストールし、新しいWinDbgを使用したいと思いました。ネットワークを介したリモートデバッグのようないくつかの優れた機能があります。
しかし、それを使用しているときに、32個のブレークポイントしかアクティブにできないことに気付いたとき、私はショックを受けました。次のメッセージが表示されます。
*******************************************************************************
* You have attempted to enable   33 KD breakpoints, which exceeds the         *
* currently supported limit of   32 breakpoints for Windows kernel debugging. *
* Breakpoints exceeding this limit are ignored.                               *
* Please disable/clear breakpoints until you are within the supported limit.  *
*******************************************************************************
これは以前のバージョンには当てはまりませんでした。これを回避する方法はありますか?まだ見つからなかったオプション、レジストリキー、または実行可能ファイルにパッチを適用できますか?