microsoft / microsoft/vscode-makefile-tools
Breakpoints can't be hit after starting debugging from the Makefile Tools Project Outline
Open
@gcampbell-msft is already working on this.
Since Aug 22, 2024.
bug
investigation needed
- Dominant language
- TypeScript
- Stars
- 242
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
More info:
This bug is reproduced on platforms Windows, Linux and Mac.
Repro steps:
- Open any folder, for example clib repository.
- Run the Makefile: Configure command.
- Open the Makefile Tools Project Outline, set the build target to “all” and the launch target to “clib”.
- Add a breakpoint in clib.c
- From the Makefile Tools Project Outline, debug the selected target, and confirm that the breakpoint is hit.
Expected result:
Debug can succeed and breakpoints can be hit.
Actual result:
Debug can succeed but breakpoint cannot be hit.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.