microsoft / microsoft/vscode-cpptools
GDB settings not honored per debug session
@pieandcakes がすでに取り組んでいます。
2019年10月28日 から。
- 主要言語
- TypeScript
- スター
- 6.2k
- フォーク
- 1.7k
- 平均マージ
- 14時間 46分
- マージ済み PR(30日)
- 61
説明
Type: Debugger
Describe the bug
OS and Version: Debian 9 x86_64
VS Code Version: 1.39.2
C/C++ Extension Version: 0.26.0
GDB Version: 8.3.1
To Reproduce
Create a simple hello world program and two distinct debug configurations, both of which target the same executable. Launch both sessions concurrently where in session 1 you issue -exec set auto-solib-add off and in the other you issue -exec set auto-solib-add on. Note that depending on the order in which you issue these commands, the other session will have its value overwritten.
Expected behavior
Both debug sessions should honor their solib-add settings. Session 1 should not automatically load shared library debug symbols despite such setting being overwritten in Session 2. It seems both sessions currently use the same MIEngine.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。