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.

Unable to debug extension

See original GitHub issue

I’m unable to launch/debug on the dev/staging branch. I was hoping to contribute some templates. Is this a known issue?

My error:

[8/21/2019, 8:49:55 PM][EXTENSION] Launched
[8/21/2019, 8:49:55 PM][EXTENSION] Error: ENOENT: no such file or directory, chmod '/Users/michaelwatson/Documents/GitHub/WebTemplateStudio/src/extension/src/corets-cli/darwin/Microsoft.Templates.Cli'

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
SahilTaracommented, Aug 23, 2019

The current .NET SDK does not support targeting .NET Core 2.2. Either target .NET Core 2.1 or lower Seems like your version is lower than the supported version. Try it out with .NET Core 2.2

1reaction
SahilTaracommented, Aug 22, 2019

Hey, thanks for the issue. I think you should check out our getting started for developers.

If you have all the pre requisites there try doing ./build and debugging again (or follow the detailed steps). Let us know if the problem persists!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why am I unable to debug my vscode extension?
I've been unable to debug an extension I'm making for vscode. This is even happening even on a fresh install of the latest...
Read more >
Debugger Extension - Unable to load source in VS2022
We are trying to update a debugger extension to VS2022. Debugger works fine in VS2019. But after updating to VS2022, when execution breaks ......
Read more >
Unable to use VS Code to debug Extension Host #117103
Open the VS Code repo and build · Debug (F5) with Renderers and Extension Host process configuration · Manipulate OSS in some manner....
Read more >
Debugger Extension - Visual Studio Code
Visual Studio Code's debugging architecture allows extension authors to easily integrate existing debuggers into VS Code, while having a common user ...
Read more >
Unable to debug nRF9160 using VSCode - Nordic Q&A
I'm unable to debug my nRF9160 project using VSCode Debugger Extension. The same project can be debugged with zero issues using Segger ...
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