-
Notifications
You must be signed in to change notification settings - Fork 66
Nothing viewed (No XDebug Context and Stack) #51
Comments
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? |
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: |
Same problem here... |
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! :) |
OK, sorry guys, found it! Ctrl+shift+f6 is line-by-line debugging. |
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? |
I my case it was related to #42. To make it work I had to install the application on my local machine. |
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
The text was updated successfully, but these errors were encountered: