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

Simplify debug #8224

Open
isidorn opened this issue Oct 4, 2021 · 3 comments
Open

Simplify debug #8224

isidorn opened this issue Oct 4, 2021 · 3 comments
Labels

Comments

@isidorn
Copy link

isidorn commented Oct 4, 2021

Hi VS Code PM here 👋

I just tried setting up C++ with VS Code following this tutorial. The flow is actually nice, but here's some feedback on what I think we could improve:

  1. C++ should consider contributing to the Editor title area menu, such that a Play button would appear in the Editor Title area. Example how to do this. I am not sure if it would be too noisy to have this on every file C++.
  2. You aggressively generate tasks.json and launch.json and you do not provide configurations from memory. Consider providing a dynamic resolveDebugConfiguartion that will provide a launch configuration on the fly. Example
  3. If you decide to stick with launch.json generation consider to simplify it. For example stopOnEntry field could be removed.
  4. If I have a purple no folder VS Code it is impossible to debug a simple C++ file

I would love if we could improve this experience, since we see in user studies that users want a confirmation that VS Code can do C++, and providing an easy way to run and debug simple C++ files would be great for this.

Let me know if I can help somehow. I am also open to a quick 30 min meeting where we can discuss about the new cool VS Code debug features that C++ could potentially adopt. And you could let us know what are your biggest asks from the VS Code debugger.

fyi @WardenGnaw @weinand

@WardenGnaw
Copy link
Member

@jureid Is working on a design document similar to this issue.

@bobbrow
Copy link
Member

bobbrow commented Jan 24, 2022

@jureid is this covered by #7497?

@jureid
Copy link
Contributor

jureid commented Jan 24, 2022

Yup! I chatted with Ela last week about supporting the purple no folder experience with the Play button. I think she needed to figure out how to test that scenario... I'll follow up with her this week to see if she needs any more spec work for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants