Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
12.3, 12.4, 12.5, 12.6
Description
Netbeans not sending "stop" command to gdb/xdebug when click on "finish debbuger session" button while debugging and stopped in breakpoint, so script continue to the end, ignoring all other breakpoints.
The expected behavior is to stop debbuger immediately when click on "finish debbuger session" button while stopped on breakpoint.
In netbeans 12.2 it works ok, but when tried on 12.4 and 12.5, this problem happens.
See attachment logs.
How to reproduce: with breakpoint setted on "echo" line, while debbuging and stopped in the breakpoint, click on "Finish Debbuger Session" button:
<?php
echo 'exit';
exit;
Result:
Expected (Netbeans 12.2): stop without print 'exit' on the console.
Error (Netbeans 12.5): print 'exit' on the console and exit (or execute all code after echo line if exists).
Attachments
Attachments
Issue Links
- is caused by
-
NETBEANS-5080 Xdebug tcp port opens only once
- Closed
- links to