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.

How to config debug test in vscode without codelens?

See original GitHub issue

I have installed nunit to test my code. But I could only run dotnet test. I don’t know how to config to run debug test

Also vscode has its Debug all tests command but it report this error

command ‘vstest.execution.debugAll’ not found

when I call it

Does it need omnisharp-vscode or roslyn to handle commands like these ?

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
Thainacommented, Sep 26, 2017

@gregg-miskelly Normally I don’t open codelens because it make line of code too messy. Currently now I need to open codelens just for a times I need to debug and close it afterward

1reaction
DustinCampbellcommented, Oct 30, 2017

No. The issue tracking that is right here; https://github.com/OmniSharp/omnisharp-vscode/issues/421.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging in Visual Studio Code
To run or debug a simple app in VS Code, select Run and Debug on the Debug start view or press F5 and...
Read more >
Visual Studio Code's "Run Test | Debug Test" option missing ...
Preferences > Settings > User Settings > find "go test enable code lens". go test explorer. Share.
Read more >
Launch Configuration - Dart Code - Dart & Flutter support for ...
A launch configuration ( .vscode/launch.json ) file is not required for the ... all default Run/Debug CodeLens links and running tests from the...
Read more >
Getting Debug Test Option In Code Lens In Vscode For Nunit C#
Learn about CodeLens and how to use it explore the history of your code or to turn CodeLens off and on, go to...
Read more >
Test Explorer in Visual Studio Code - James Pearson
The old “Run Test” and “Debug Test” codelens actions are also still added above the test definition. Commands & Shortcuts. A whole set...
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