Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] #743 の問題 の調査のために CreateProcess の引数を OutputDebugString で出力する #756

Conversation

m-tmatma
Copy link
Member

@m-tmatma m-tmatma commented Jan 5, 2019

#743 の問題 の調査のために CreateProcess の引数を OutputDebugString で出力する

  • CreateProcess の引数を https://technet.microsoft.com/ja-jp/sysinternals/debugview.aspx で簡単に確認できるようにするために OutputDebugString 呼び出しを追加しています。(デバッガでもトレースは確認できます)
  • この PR はデバッグコードの共有のために作成しているものでマージを目的としていません。

@berryzplus
Copy link
Contributor

サクラエディタのコードベースの中にDEBUG_TRACEってマクロがあるんですが、
そいつの実体が OutputDebugString です。
デバッグ関連のユーティリティは昔kobakeさんが作ってたらしくて結構充実してます。

ああ、そういえば debug/debug3.h で参照してるデバッグ用ライブラリの話、ちゃんと聞けてね・・・。

@m-tmatma
Copy link
Member Author

m-tmatma commented Jan 5, 2019

この PR に関しては #753 (comment) を参照

@m-tmatma
Copy link
Member Author

m-tmatma commented Jan 5, 2019

とりあえず役割は終わったので閉じます。

@m-tmatma m-tmatma closed this Jan 5, 2019
@beru beru added the Won't Fix 対応しない【ChangeLog除外】 label Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Won't Fix 対応しない【ChangeLog除外】
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants