Transferring debugging session via IFRAME element |
Site Admin
|
this error has no relation to the debugger. Well, certainly it has a little but definitely iframe is not involved. Whenever you have anything initiating a debug session, it must be a thing known as a script file with its full path and URL the server is invoked with. Translation between the two spaces is named "mapping" there. If this mapping is not set, you'll get problems. Please check this post for further details: howto-set-project-mapping-t2135.html |
||||||||||||||
_________________ The PHP IDE team |
|
Hi Dmitri, thanx a lot for your response. I believe that iframe always has full and valid src path pointing to existing file. I forgot to add, that this is a JOOMLA component (admin part) being written by myself. As I have learned, joomla handles sessions differently for components and modules, so there might be some problem with starting the session. There are more sessions started so I guess there might be some problem with starting the proper session. When I tried: session.use_trans_sid = 1 it also does not seem to help... The most interesting thing is, that everything works OK without having debugging session started. Once I start debugging and iframe src file is invoked, I will get mapping error message. Anyway, I will study mapping settings, particularly Example #4 (Single Project with separation of Web Root and libraries, both visible on workspace. I think possible solution might be adding some additional mapping in project settings for this iframe. Thank u very much. Lubos |
||||||||||||||
|
Site Admin
|
FYI debugger session has no relation to php sessions.
To get debugger started, you need DBGSESSID with appropriate value delivered to php before the very first line of the script gets execution. It can be done via post, get or cookie. Please take a look at this FAQ post: http://forum.nusphere.com/howto-run-debug-session-t585.html |
||||||||||||
_________________ The PHP IDE team |
Transferring debugging session via IFRAME element |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by