14,959
edits
(→Other) |
|||
| Line 219: | Line 219: | ||
or using [https://netbeans.org/features/java/debugger.html NetBeans IDE - Debugger and Profiler] to setup the breakpoints. | or using [https://netbeans.org/features/java/debugger.html NetBeans IDE - Debugger and Profiler] to setup the breakpoints. | ||
==== console command ==== | |||
<pre> | |||
//write the console output to the file | |||
command > log.txt | |||
//append to the same file | |||
command >> log.txt | |||
</pre> | |||
== find match string == | == find match string == | ||