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.

CodeLens disappear after complete debugging a test

See original GitHub issue

Environment data

dotnet --info output:

.NET Command Line Tools (2.0.0)

Product Information:
 Version:            2.0.0
 Commit SHA-1 hash:  cdcd1928c9

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.12
 OS Platform: Darwin
 RID:         osx.10.12-x64
 Base Path:   /usr/local/share/dotnet/sdk/2.0.0/

Microsoft .NET Core Shared Framework Host

  Version  : 2.0.0
  Build    : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

VS Code version: 1.15.1 C# Extension version: I think latest

Steps to reproduce

  1. Debug tests from CodeLens
  2. Complete the debug session (the test failed)

Expected behavior

CodeLens line should be visible

Actual behavior

No CodeLens at all.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mattgoldingcommented, Nov 29, 2017

I know this is closed but I am also getting this issue. Not sure if I can paste any of the logs however. Hoping someone still has the issue and can paste the logs

0reactions
squalsoftcommented, Feb 27, 2018

Ok, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

The case of the disappearing 'Debug' CodeLens in Visual ...
I'm trying to debug a TypeScript unit test which uses the Jest library. There's a nice VS Code extension vs-jest that integrates with...
Read more >
CodeLens not showing references - visual studio
Go to Tools -> Options -> Text Editor -> All Languages -> CodeLens then click the "Enable CodeLens" option if it is not...
Read more >
[CodeLens] not showing all data - Visual Studio Feedback
It just shows the reference count. To ensure it wasn't a bad cache issue I closed VS and wiped the .vs folder. After...
Read more >
Write unit tests for C/C++ in Visual Studio - Microsoft Learn
CodeLens lets you quickly see the status of a unit test without leaving the code editor. Initialize CodeLens for a C++ unit test...
Read more >
VS Code tutorial - Wallaby.js
There are 2 tests in the file: a slow test that takes ~1s to complete, and a fast test. Try changing the faster...
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