Joined: 24 Mar 2014 |
Posts: 7 |
|
|
|
Posted: Mon May 04, 2015 8:09 am |
|
|
|
|
|
I'm trying to configure nusphere for debugging
I have this error on "Checking debugger in http (webserver) mode" tab:
Error: (-134) debug session did not start, finished with "element1", "a" => "element2"); $a = test_func($tst); echo "$a world" ?> |
My environment is:
nusphere in a windows host and nginx with php-fpm in a debian guest in a virtualbox machine.
Following mi ppj configuration if it can help:
[Debugger]
stopbeginning=0
dbgsessions=0
excset=Exception
profwithdbg=1
excign=Guzzle\Http\Exception\CurlException,Doctrine\DBAL\Exception\SyntaxErrorException,PHPUnit_Framework_Error_Notice,HireVoice\Neo4j\Exception,Everyman\Neo4j\Exception,PHPUnit_Framework_ComparisonFailure,Nextop\NtvBundle\Common\Client\DklabSoapClientDelayedException,MongoException,Symfony\Component\Debug\Exception\ContextErrorException,LogicException,Twig_Error_Loader,Gedmo\Exception\InvalidArgumentException
breakexc=1
cp=System default encoding
tunnel=dev
readonlyed=0
custom=0
host=localhost
errset=E_ERROR,E_WARNING,E_PARSE,E_CORE_ERROR,E_CORE_WARNING,E_COMPILE_ERROR,E_COMPILE_WARNING,E_USER_ERROR,E_USER_WARNING,E_STRICT,E_RECOVERABLE_ERROR
sesstimeout=15
blkout=0
showmaperrors=1
Custom.Debug.Settings=0
breakerr=1
[PHPEdProject.Filters.Allow]
\=
[Test.Suite]
/=>
[PHPEdProject.Filters]
\=
[Encoder]
excl=0
asptags=0
obfusclevel=0
stoponerr=0
extinfo=0
licensing=0
phpdoc=1
compatibilitylevel=1
nofreeinc=0
copyall=1
suppresssucc=0
headertype=0
shorttags=1
lineinfo=0
destinationtype=0
[PHPEdProject.Encodings]
\=System default encoding
[Wizard]
sdbgwizremotedir=/mnt/www/nextop/releases/20140219163814/web
sdbgport=7869
sprojrem=1
sdbgbindlocal=0
sprojrel=2
sprojectroot=Z:\current
sremcliphppath=/usr/bin/php
shttptesttarget=1
sdbgupnp=0
sremotewebroot=/mnt/www/nextop/releases/20140219163814/web
sdbgwizdirectdir=Z:\current\web
sruntarget=2
sprojectabovesubdir=Z:\current\web
sprojsynch=1
sdbgwizurl=http://local.nextop.co/
slocalwebroot=Z:\current\web
swizardremdir=/mnt/www/nextop/releases/20140219163814/web
sremclitermacc=nextop-dev-locale
sclitesttarget=1
sprojlinkedrel=0
suploaddbgwiz=0
swebrooturl=http://local.nextop.co/
[PHPEdProject.JSLibraries]
Count=0
[Testing]
TestingCustomLoader=
TestingCustomLoaderExtraArg=
TestingConfig=
FindTestMode=0
TestingRoot=src\Nextop\ConnectorsManagerBundle\Tests
EnableTesting=0
[PHPEdProject]
HideDirs=CVS;.svn;.git;cache;dump/Neo4j;dump/Mongodb;vendor;AmadeusBundle\Soap;web\bundles;web\css;web\js
CvsRoot=
MappingLocal0=Z:\current
ParserProp_CSS_SubLang=1
UrlMappingCount=0
CvsModule=
MappingRemote1=/mnt/www/nextop/releases/20140219163814/web
EncoderEnabled=0
DefaultEncodingCount=1
CvsPassw=zKb3yv3yu6hJbifE1SrTIHE9dKytYuuY+d5XtIWaAxBhiiS8XdIbiKlOh6Q1CjMAIT88mg1CS3hZvreU5Xpj8A==
IncPath_count=0
RelativeRootDir=Z:\current
UsedPHPFrameworkPath=C:\Users\falce\Documents\current\vendor
MappingMainIdx=0
ParserProp_CSS_ParsePHP=0
MappingURL0=
ParserProp_PHP_AspTags=0
MappingRemote0=/mnt/www/nextop/releases/20140219163814
CvsHost=
CvsMethod=pserver
CvsUser=
MappingURL1=http://local.nextop.co
CvsCVSROOT=:pserver:@
DefaultFile=
ChangeTime=42128.5210457407
ParserProp_JS_ParsePHP=0
ParserProp_Override=0
RemoteCliAccount=nextop-dev-locale
GUID={33C4B3DC-777F-41EE-AA1F-00A20E13B7AA}
RemoteCliPhp=/usr/bin/php
CvsUseUtf8=0
MappingCount=2
ParserProp_AllowSingleAsteriskXDoc=0
UsedPHPFrameworkId=framework.php.symfony
PublishingAllowFilterCount=1
DontPublishDirs=CVS;.svn;.git
SourceControl=0
MappingLocal1=Z:\current\web
ScriptRunTarget=3
ParserProp_HTML_SubLang=2
UsedPHPFrameworkChecked=1
ParserPropPHPShortTags=1
ParserProp_PHP_SubLang=3
PublishingFilterCount=1
CustomPropCount=0
HideFiles=.gitignore;.cvsignore
[Publishing]
publmap.main0=0
publmap.publishingdriverid0=SFTP:nextop-dev-locale
DebuggerPublishingIdx=0
publmap.publishing0.0=/mnt/www/nextop/current
count=1
DfltPublishingIdx=0
publmap.local0.0=Z:\current
publmap.count0=1
publmap.prjdriverid0=
caption0=nextop-dev-locale
|
Thanks in advance
Michele
|
|