Open the debug without any stacktrace
See original GitHub issue
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:
- Created 4 years ago
- Comments:20 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

With xDebug, you can use
xdebug_break();where you need to break on.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.