microsoft / microsoft/vscode-cpptools
Multiple Matches for a symbol in GDB
Nessuno ha ancora preso questa issue.
- Lingua principale
- TypeScript
- Stelle
- 6.2k
- Fork
- 1.7k
- Merge medio
- 14h 46m
- PR unite (30g)
- 61
Descrizione
Environment
- OS and version: Windows 10 22H2
- VS Code: 1.85.2
- C/C++ extension: 1.3.0
- OS and version of remote machine (if applicable): Ubuntu 20.04
- GDB / LLDB version: GDB 9.2
Bug Summary and Steps to Reproduce
Bug Summary: When trying to inspect an array for some ada code vscode cppdbg ui locks up and in the "DEBUG CONSOLE" I see "Multiple matches for ..." and I am presented with choices. However I am not able to select any choice using the console or clicking on it. If I use gdb on the command line directly then I can respond with the a selection.
Steps to reproduce:
- In this environment...
- With this config...
- Do '...'
- See error...
Debugger Configurations
{
"name": "pipe transport foo",
"type": "cppdbg",
"request": "launch",
"targetArchitecture": "arm64",
"program": "${config:REMOTE_BIN_PATH}",
"stopAtEntry": true,
"cwd": "${config:REMOTE_BIN_DIR}",
"environment": [],
"externalConsole": true,
"pipeTransport": {
"pipeCwd": "C:\\cygwin64\\bin",
"pipeProgram": "C:\\cygwin64\\bin\\ssh",
"pipeArgs": [
"-i",
"${config:REMOTE_ID_FILE}",
"${config:REMOTE_USERNAME}@${config:REMOTE_IP}",
],
"debuggerPath": "/usr/bin/gdb",
},
"MIMode": "gdb",
"logging": { "engineLogging": true, "trace": true, "traceResponse": true }
},
Debugger Logs
N.A, just need a way to select the right menu choice while in VSCode.
Other Extensions
No response
Additional Information
No response
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia riproducendo il problema con VS Code 1.85.2, l’estensione C/C++ 1.3.0, GDB 9.2 e la configurazione pipeTransport fornita. Usa la DEBUG CONSOLE mentre GDB segnala più corrispondenze e confrontala con GDB da riga di comando; il lavoro è completato quando un utente può selezionare una corrispondenza senza che l’interfaccia utente di VS Code si blocchi.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp, typescript
- Ambito
- devtools
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 15/100