PHP debugger stops on consecutive RemoteObject calls
hi,
if try debug php part of flex application debugger stops if app makes 2 remoteobject calls overlap, i.e. second remoteobject call being made befoe first 1 return result.
for example:
function init():void {
myphpservice.loadsomedata();
mysecondphpservice.loadsomeotherdata();
}
if e.g. @ startup of flex app , try debug php part see debugger start (in "debug" view of flashbuilder), when second call made, debug list switches "<terminated>" , no more php being debugged beyond point, i.e. later calls flex app php service no longer show debugger running (little green "running" arrow" in debug view) , no breakpoints being hit.
if trigger these remoteobject calls via button example , wait until debugger has finished running first remoteobject call , hit button , second remoteobject call running, debugs fine.
does have idea how can solve problem here? can sort of understand debugger has trouble debugging second php call while 1 being debugged, solution? if build manual triggering of php service calls app that's going ugly app :-)
i looked kind of setting not allow simultaneous remoteobject calls php services (e.g. part of remote channel definition etc.) while developing, couldn't find anything..
any appreciated,
p.
More discussions in Using Flash Builder for PHP
adobe
Comments
Post a Comment