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.

Open the debug without any stacktrace

See original GitHub issue

Screenshot_20190628_214225 I am trying with https://github.com/Varying-Vagrant-Vagrants/VVV to get running vDebug. The issue is with this very basic settings:

let g:vdebug_options = {
    \    'break_on_open' : 0,
    \    'ide_key' : 'VVVDEBUG'
    \}
let g:vdebug_options.path_maps = {"/srv/www/": "/home/mte90/Desktop/VVV/www/"}

I see the page on loading and after a while open as show in the screenshot without any way to interact with the information. It’s not clear to me what is missing to get working everything. If I use other tools the connection and debugging is working.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:20 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
determin1stcommented, Oct 6, 2019

With xDebug, you can use xdebug_break(); where you need to break on.

0reactions
Mte90commented, Dec 15, 2020

I did a bounty of 15$ for this ticket https://www.bountysource.com/issues/76208208-open-the-debug-without-any-stacktrace

I am available for debugging.

Read more comments on GitHub >

github_iconTop Results From Across the Web

REPL Debugging: No Stacktrace Required - Cognitect
In this blog post I am going to debug his example program without using such tooling, relying only on the rapid feedback loop...
Read more >
Is there a way to dump a stack trace without throwing an ...
I am wondering if it is possible to get a stack trace, just like Exception.printStackTrace() but without actually throwing an exception? My goal...
Read more >
Analyze a stack trace - Android Developers
Debugging an app often requires working with stack tracer app. Find out how to work with stack traces in Android Studio.
Read more >
Stack Trace: How to Debug Your Application With a Stack Trace
A stack trace can tell you a lot about the health of your application. Learn more about using a stack trace's valuable info...
Read more >
No stacktrace when the application is linked with Debug ...
Your open channel to Microsoft engineering teams ... No stacktrace when the application is linked with Debug:fastlink under visual studio 2017 on Windows...
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 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