14,958
edits
(→Java) |
|||
| Line 231: | Line 231: | ||
out.println("Boston, We Have A Problem" + variable); //output to JSP webpage | out.println("Boston, We Have A Problem" + variable); //output to JSP webpage | ||
</pre> | </pre> | ||
or using [https://netbeans.org/features/java/debugger.html NetBeans IDE - Debugger and Profiler] to setup the breakpoints. | |||
== find match string == | == find match string == | ||