Lines Matching refs:debugger
1725 ranks in the debugger using tmux.
1727 On newer macOS machines - one has to be in admin group to be able to use debugger.
1735 to get start in debugger working.
1738 …debugger directly, for example: `gdb ex1`. You can also use [TotalView](https://totalview.io/produ…
1742 You can use the `-start_in_debugger` option to start all processes in the debugger (each
1747 ### How can I inspect PETSc vector and matrix values when in the debugger?
1771 display objects in the debugger. Thus in theory each PETSc object, `Vec`, `Mat` etc
1779 The best way to locate floating point exceptions is to use a debugger. On supported
1780 architectures (including Linux and glibc-based systems), just run in a debugger and pass
1782 debugger will break on the line that first divides by zero or otherwise generates an
1785 Without a debugger, running with `-fp_trap` in debug mode will only identify the
1788 debugger since there is likely a way to have it catch exceptions.