Nelson
Nelson
I've just tried to compile the previous version 0.3.0 getting the same error message: ``` debian:/usr/local/share/simple-mtpfs-simple-mtpfs-0.3.0# ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force...
I'm having that issue with Eclipse Kepler (which I've just installed today). But in my case if I select `XDebug` instead `XDebug (Symfony)` I can't edit the `launch settings`, `route`...
Yeah, you were very clearly about that in your past post, but my problem was that I could not make XDebug works AT ALL in Eclipse. Looking for any clue...
I was aware of that option, but with all this configuration mess I just forget about it. Anyway, now debugging don't even starts. It just activate the internal browser. Seems...
No, I'm not using breakpoints at all, I just start the debugger on a custom Sonata Admin controller. It never gets there (which it's very frustrating). If I activate `Stop...
@advancingu: as far as I know, breakpoints are optional. Actually two days ago I was debugging the Sonata Admin dashboard, with no breakpoints setted (it was almost a never ending...
Well, like I said, setting a breakpoint does not make any difference. The behavior is the same.
I understand what is the function of the breakpoints in a debugging process, but right now they are meaningless if the debugging process can not getting started. It's not important...
I've just created another Eclipse workspace on `/var/www` and copied the whole project there (the prior location was `/home/sfprojects`). Then I deleted the `.eclipse` file and `.settings` directory. With this...
Well, seems like I've been wrong all this days. Apparently in the case when the debugger starts, what I actually did was set a breakpoint; delete that breakpoint starts a...