question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debug>Start with no debug configurations gives no feedback to the user

See original GitHub issue

Describe 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

  1. create workspace from devfile https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/angular
  2. run yarn install task
  3. open main.ts file
  4. click Debug>Start Debugging
  5. nothing happens

Expected behavior

current file should start and debug should work

Runtime

  • minikube (include output of minikube version and kubectl version)

Screenshots

debug

Installation method

  • chectl

Environment

  • my computer
    • Linux

Additional context

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
vzhukovscommented, Jan 15, 2020

Following PR merged in theia upstream: https://github.com/eclipse-theia/theia/pull/6870

1reaction
sparkoocommented, Jul 30, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found