Update Debugging In Intellij authored by Gregory Neibert's avatar Gregory Neibert
......@@ -66,4 +66,7 @@ Setting these options can be done by left clicking the breakpoint and doing the
</p>
### Field Watchpoint
Created by setting a breakpoint on a line that declares a variable/field. This suspends the program anytime the variable declared on that line is touched. Useful for finding where the value is being set incorrectly, without having to step through large chunks of code by hand.
\ No newline at end of file
Created by setting a breakpoint on a line that declares a variable/field. This suspends the program anytime the variable declared on that line is touched. Useful for finding where the value is being set incorrectly, without having to step through large chunks of code by hand.
## Breakpoints Menu