[ オリジナルレポート ]

BugID: #08529 (未訳)

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
デバッガ新規未処理2022-12-03 08:152022-12-03 08:16
 
テスターPugsy担当者 ソース
バージョン0.250発生バージョン修正バージョン
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要Append no longer works with trace command, it starts a new file instead
詳 細trace >>filename
should append trace log output to filename, but it now wipes filename and starts it from scratch.
再現手順In debugger:
trace filename (and let it trace for a while)
trace off (and make a note of the filesize)
trace >>filename
gv
gv
trace off (look at the filesize it's smaller than the previously noted filesize)
追加情報 
 
添付ファイル