You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
I was able to modify the uri() function to get remote paths correct, and the server is connecting back to ST2. However, I have two panes in ST2 where the Stack and Context should be, but there are no tabs and no info displayed. Steps to reproduce:
Open ST2
Open file on remote server
Set breakpoint in file
Start debugging, at which point xdebug logs the following on the server:
Checked the console and was getting "AttributeError: 'NoneType' object has no attribute 'encode'" on line 469 of Xdebug.py.
I did some troubleshooting and found that the plugin was attempting to fire the Sublime view with the remote path (due to my update uri() function). I hardcoded the local path in and got it to work.
This local/remote stuff makes the plugin completely unusable for remote dev if your paths and operating systems aren't the same.
I'm not a python guru, but it seems that there'd be some way to allow for this in the configuration. I might play around with it a bit later on.
I was able to modify the uri() function to get remote paths correct, and the server is connecting back to ST2. However, I have two panes in ST2 where the Stack and Context should be, but there are no tabs and no info displayed. Steps to reproduce:
If I fire off a status command from the plugin, the server logs:
So xdebug is connected, and is breaking, but is not requesting/receiving info from xdebug
The text was updated successfully, but these errors were encountered: