Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakpoints can't be hit after starting debugging from the Makefile Tools Project Outline #570

Open
Yingzi1234 opened this issue Mar 4, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Yingzi1234
Copy link
Collaborator

Yingzi1234 commented Mar 4, 2024

More info:
This bug is reproduced on platforms Windows, Linux and Mac.

Repro steps:

  1. Open any folder, for example clib repository.
  2. Run the Makefile: Configure command.
  3. Open the Makefile Tools Project Outline, set the build target to “all” and the launch target to “clib”.
  4. Add a breakpoint in clib.c
  5. 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.
New bug

@Yingzi1234 Yingzi1234 added the bug Something isn't working label Mar 4, 2024
@github-actions github-actions bot added the triage label Mar 4, 2024
@gcampbell-msft gcampbell-msft added this to the On Deck milestone Mar 4, 2024
@gcampbell-msft gcampbell-msft modified the milestones: On Deck, 0.11.0 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants