Debug>Start with no debug configurations gives no feedback to the user
See original GitHub issueDescribe the bug
We have several devfiles (https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/angular, https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/dotnet) where there is no option to debug the project. When selecting Debug>Start debuggin (or F5) shortcut, nothing happens. As well as Debug>Start without debugging (Ctrl+F5).
Che version
- nightly
Steps to reproduce
- create workspace from devfile https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/angular
- run
yarn install
task - open
main.ts
file - click Debug>Start Debugging
- nothing happens
Expected behavior
current file should start and debug should work
Runtime
- minikube (include output of
minikube version
andkubectl version
)
Screenshots
Installation method
- chectl
Environment
- my computer
- Linux
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
VSCode: Debug > Add Configuration, nothing happens
Using Visual Studio Code v 1.32.3 on Windows 10, when I navigate to Debug > Add Configuration, nothing happens. No errors or other...
Read more >Access Denied on Debug Start - Visual Studio Feedback
My coworker is not having any issues with the exact same setup and project so it must be something with my VS. Would...
Read more >Make revealing debug console on debug start a configuration
Start debugging again and verify debug console window. Actual: Debug console window is not showing up when user start debugging after build.
Read more >Where is debug start action options in a C# DLL project for ...
It seems that with the new interface for "debug profiles UI" in Visual Studio 2022, I can no longer find the start action...
Read more >How to change debug start address? - Code Composer Studio ...
I do the following: Launch the target configuration. Connect to the Cortex A8. The Debug windows shows the state as "Suspended" for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Following PR merged in theia upstream: https://github.com/eclipse-theia/theia/pull/6870
@amisevsk Thank you for investigating and renaming the issue. Makes much more sense now. I think that create + launch + notify that debug config was generated is the way to go. We should do the best to prepare workspace for debugging, but we can’t do magic so it should be clear that the configuration was generated and user is supposed to customize it.