Breakline is not working after submitting the form

Breakline is not working after submitting the form

by Vahid Aghamohamadi -
Number of replies: 2

Hi, I have a problem in xdebug with eclipse when i click the submit button . The debugger wont back to breakline after i click on the submit button. For example in http://localhost/ac/user/editadvanced.php I`ve set the breakline on the lines execute after submit button :


if ($usernew = $userform->get_data()) {
    $usercreated = false;
    echo "breakline is not workinggggggggggggggggggggggg";



The line above is printing  "breakline is not workinggggggggggggggggggggggg"  . but the breakline is not stopping niether here nor everywhere else. I've tested my debugger by a simple form and it is working true after submittion the debugger it stops on breakline.

Thank you

Average of ratings: -
In reply to Vahid Aghamohamadi

Re: Breakline is not working after submitting the form

by Vahid Aghamohamadi -
The breakpoint stops at the file lib/editor/atto/autosave-ajax.php  black eye
In reply to Vahid Aghamohamadi

Re: Breakpoint is not working after submitting the form

by Vahid Aghamohamadi -

Thank you for your reply.

It seems it is a bug for xdebug you ought to use Zend Debugger then breakpoint will work after submit button.