Sublime Forum

ST3 Xdebug does not show stack, variables and debug controls

#1

I am unable to figure out how to debug with ST3

Xdebug is installed on server and as a remote client the Atom editor is working with this setup to debug PHP code.

I am also able to toggle a breakpoint and break execution with ST3.

But ST3 does not show any controls, variables etc. Just the normal tabs. I have seen on the net that I shall hover over xdebug to see controls - but where is that?

Any help is appreciated.

Below is my configuration:

{
“path_mapping”:
{
“/home/e-smith/files/ibays/passdev_ibay/html/lib” : “/mnt/beastserver/home/e-smith/files/ibays/passdev_ibay/html/lib”
},

"host": "0.0.0.0",
"url": "https://beast.dk/passdev_ibay/",
"port": 9000,

}

/Benny

0 Likes

#2

Nobody can help with this?

I like to make a guide on how to get this to work, but is unable to do so right now :wink:

0 Likes

#3

I’ve never used an Xdebug plugin for Sublime Text. Are you using this one: https://github.com/martomo/SublimeTextXdebug?

If you don’t get a response here, you may want to try posting on the issue tracker for the plugin.

1 Like