Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Logging] Link logs message back to user's code #11

Open chetsangnil opened 8 years ago

chetsangnil commented 8 years ago

Glimpse did a really great job capturing logs messages, however, I was left wondering of what to do next with that information ... It would be super helpful if we can allow users to click/hover on the logs message, errors logs message for example, and link back to the exact line of code that it came from.

This way, we truly are helping our users to do their job better.

avanderhoorn commented 8 years ago

Not going to happen any time soon. But once we loop back around to "linking to code", it will be towards the top of that list. Welcome to feedback from the community on how useful this would be.

nikmd23 commented 8 years ago

The work for this is being done in Glimpse/Glimpse.Browser.Agent#50 and Glimpse/Glimpse.Node#585

nikmd23 commented 8 years ago

We're currently showing the user's file/line number, but not linking to it, which is really what this issue is about. I'm putting it on the backlog so we can track it.