| Summary: | [launch] User could be prompted for a CDI debugger when using DSF-GDB or EDC | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc Khouzam <marc.khouzam> |
| Component: | cdt-debug | Assignee: | cdt-debug-inbox <cdt-debug-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, pawel.1.piech |
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Marc Khouzam
Why not just check which debugger is associated with the toolchain in the current build config and use that one instead of prompting. Oh, wait :P (In reply to comment #1) > Why not just check which debugger is associated with the toolchain in the > current build config and use that one instead of prompting. Oh, wait :P Is this guaranteed to work? When I test, I never actually get the prompt because of this toolchain check. But the code does prepare for the possibility that this check will not yield a debugger (or a single one). That is the part that had me worried. What do you think, do we need a check for DSF-GDB and EDC, or is the toolchain check enough? |