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.

[Feature Request] Provide method for converting callstack entry to location

See original GitHub issue

This will allow the clients to make the links in the output clickable: E. g.

	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)

I think that it might be possible to implement this on client-side by parsing the message and then using workspace/symbols but maybe it makes more sense to implement that on the server.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jdneocommented, Oct 27, 2020

I’m working on this.

0reactions
rgrunbercommented, Nov 2, 2020

In that case, I would be fine with just submitting the current “source container” logic and add the SearchEngine logic at a later point (if performance demands it).

Read more comments on GitHub >

github_iconTop Results From Across the Web

End October 2020 Milestone - GitHub
[Feature Request] Provide method for converting callstack entry to location enhancement. #1202 by yyoncho was closed on Nov 2, 2020.
Read more >
How can I convert a stack trace to a string? - java
One can use the following method to convert an Exception stack trace to String . This class is available in Apache commons-lang which...
Read more >
Understanding and Leveraging the Java Stack Trace - Stackify
Simply put, a stack trace is a representation of a call stack at a certain point in time, with each element representing a...
Read more >
JavaScript debugging reference - Chrome Developers
Discover new debugging workflows in this comprehensive reference of Chrome DevTools debugging features.
Read more >
Create a visual map of the call stack - Visual Studio (Windows)
Create a code map to visually trace the call stack while you're debugging. You can make notes on the map to track what...
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