troizet opened a new pull request, #6241:
URL: https://github.com/apache/netbeans/pull/6241
Improved validation when creating a line breakpoint:
- added check that the specified file is a php source file
https://github.com/apache/netbeans/assets/9607501/f31a0185-9989-4c36-9742-c76fced3ae81
- added check that the specified line number is less than the maximum line
number in the file
https://github.com/apache/netbeans/assets/9607501/f04f5aae-09f7-40fa-a947-efd8e4021c3f
Focused on the implementation in
https://github.com/apache/netbeans/blob/master/java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.java
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists