microsoft / microsoft/vscode-cpptools

[C++/Win64]: breakpoints markers (red bullets on the left of the editor pane) disappear while debugging step by step

オープン
#753 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@pieandcakes がすでに取り組んでいます。

2017年5月22日 から。

debugger
主要言語
TypeScript
スター
6.2k
フォーク
1.7k
平均マージ
14時間 46分
マージ済み PR(30日)
61

説明

Environment:

  • tool-chain: C++ tool-chain that comes with Visual Studio 2015.
  • VSCode 1.12.2
  • Windows 10.

Steps to reproduce:

  1. Add a breakpoint somewhere in the code
  2. Start debugging, and wait until the breakpoint is hit.

Expected result: The breakpoint from step 1 should be visible during the debugging sessions (while we are in the Debugger view).

Actual result: The breakpoint is only seen while we are in Editor view. In Debugger view it disappears. Please note that this issue happens only if we are during a debugging session (we are attached to the process being debugged). If we just switch between the Editor/Debuger views while editing the code, the breakpoints are always seen.

Consequence: If we want to delete that breakpoint while we are debugging by pressing F9 on the same line where it was added, a new breakpoint will be added on the same line! (instead of deleting the old one).

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。