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.

Clearness of console report

See original GitHub issue

On small projects the console report looks fine and it is clear where the mutations have been made. On bigger projects (200+ mutations) the report starts to get overwelming and unclear.

For example,

--- Person.cs [1/1 (100.00 %)]
[Killed] PostIncrementExpression to PostDecrementExpression mutation on line 17: 'Age++' ==> 'Age--'

looks good, but once one file has more than 10 mutations it gets hard to spot which mutation belongs to which file.

The question is, should we change the way we display our report in the console?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
richardwerkmancommented, Mar 15, 2019

Oops, didn’t mean to close. Reopening.

1reaction
rouke-broersmacommented, Mar 15, 2019

I have since changed my mind. Let’s improve the report.

Read more comments on GitHub >

github_iconTop Results From Across the Web

console: clear() method - Web APIs - MDN Web Docs - Mozilla
The console. clear() method clears the console if the console allows it. A graphical console, like those running on browsers, will allow it;...
Read more >
Search Console reports - Analytics Help
The Search Console Landing Pages report lists the landing pages for your site, and includes the Acquisition, Behavior, and Conversion metrics for all...
Read more >
Inconsistencies between console and webreports - Reporting
It is possible there is a cache corruption somewhere. You might try to clear your web reports cache and BES Console cache and...
Read more >
How to work with the DevTools Console and Console API
There are three ways to clear the console while working on it, with various input methods. The first way is to click the...
Read more >
Google Search Console Performance Report - YouTube
What is the Google Search Console performance report ? You can use the performance report to learn how your website is performing on...
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