Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Nothing viewed (No XDebug Context and Stack) #51

Open
lumio opened this issue Dec 5, 2012 · 8 comments
Open

Nothing viewed (No XDebug Context and Stack) #51

lumio opened this issue Dec 5, 2012 · 8 comments

Comments

@lumio
Copy link

lumio commented Dec 5, 2012

Hello!

This might be a mistake by myself. I'm running Ubuntu 12.10 python 2.7 set up xdebug and a plugin in chrome to catch the session. Now that works and the menu in sublime changes, but I won't get any results on breakpoints - no stacks and so on.

Now that's not all. After a few seconds (~6 to 10 seconds) sublime sometimes doesn't respond any more.
Also "Execute" does nothing.

Thanks for any help

@bittercoder
Copy link

Having the exact same issue on Ubuntu 12.10 - I followed the steps on stackoverflow answer here:

http://stackoverflow.com/questions/11779284/xdebug-sublime-text-2-and-kindarisublimexdebug

Which got me to the point of being able to connect, hit a breakpoint, step to next line etc. - I do get the split panes display at the bottom, but both XDebug Context and Stack tabs/windows are non-existent.

I've also had it freeze up once as well, on a very simple test php script.

Any ideas on how to resolve this?

@toddmcbrearty
Copy link

Same problem.
Capture

I do get the split panes display at the bottom, but both XDebug Context and Stack tabs/windows are non-existent.

@leandro-mat
Copy link

I am having the same problem on Ubuntu 12.04. I followed all the instructions, edited the xdebug.ini file, copied the python2.6 files to the right lib/ sublime folder, add the Chrome debbug extension and so on. After add the break points and start debbuging by hitting F8, I get at bottom of the Sublime window the following message:
xdebug: Waiting for executing to start
and content and stack tabs completely empty.
I don't found any useful information on the xdebug and Apache logs.
Does anyone knows a workaround or solution for this problem ?

@DiscoPapa
Copy link

Same problem here...

@DiscoPapa
Copy link

OK guys, after a few nerve-wracking hours of trying and figuring out what went wrong (cause it was working for me and sudenly was not working anymore), here is what worked for me...

Simply exit ST2 (Sublime Text 2) IDE and start it again AS ADMINISTRATOR! :) That is if you are a Windows user of course. Please notify me if that was your issue too and if you solved it.

After I did that, I could again set breakpoints, jump from breakpoint to breakpoint (using ctrl+shift+f8) and I could see the "Xdebug Context" and Xdebug Stack" windows at the bottom of ST2 text editor.

Now if anyone can tell me, how can I go line-by-line and not only from breakpoint to breakpoint - that would be really appreciated! And please, someone tell me how can I set the active line (or active breakpoint) to be highlighted, so that I don't need to check every time at which line is the debugger at the moment (in the Xdebug stack window) . I need line-by-line, not just breakpoint-by-breakpoint debugging! :)

@DiscoPapa
Copy link

OK, sorry guys, found it! Ctrl+shift+f6 is line-by-line debugging.

@marco-santamaria
Copy link

Same issue on Ubuntu 13.04

I copied Python 2.6 in the lib folder, I do get the split panes display at the bottom, but both XDebug Context and Stack tabs/windows are non-existent.

Any ideas?

@marco-santamaria
Copy link

I my case it was related to #42. To make it work I had to install the application on my local machine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants