Joined: 19 Aug 2007 |
Posts: 15 |
|
|
 |
Posted: Sat Jan 12, 2008 11:16 am |
|
 |
 |
 |
 |
I have a project where I'm using PHP5 Exception handling. When using the PhpED debugger on my local pc (xampp setup) and I throw a new Exception, I get the following popup windows: 'Failed to map "Unknown" remote file to publishing account. ' followed by 'Error: E_ERROR Exception thrown without stack frame'.
In the PhpEd log, I get:
Type: Dbg mapping
Message: Failed to map "Unknown" remote file to publishing account. Check mapping settings for the project
Type: Dbg mapping
Message: Failed to find a way to load "Unknown" remote file. Opening it using debugger protocol
If I run this same code on a remote server without PhpEd, the exception handling works as expected.
Mitchell
|