Lines Matching refs:debugger
223 If using the virtual machine ( VM ) as a debugger it is quite difficult to
372 after a crash without a source level debugger.
814 also outputs stabs ( debugger ) info, from this info you can find out the
1086 Addresses & values in the VM debugger are always hex never decimal
1100 changing the interface :-), also the debugger displays useful information on the same line &
1128 The debugger also displays other useful info on the same line such as the
1137 Useful VM debugger commands
1150 The PA1 key drops to CP mode so you can issue debugger commands,
1229 If you want to issue a debugger command without halting your virtual machine with the
1232 also suffixing most debugger commands with RUN will cause them not
1419 To find the cpu that the current cpu VM debugger commands are being directed at do
1420 Q CPU to change the current cpu cpu VM debugger commands are being directed at do
2079 As an aside the debugger also calls malloc & free under the hood
2465 perl -d <scriptname> runs the perlscript in a fully intercative debugger
2467 Type 'h' in the debugger for help.
2470 jdb <filename> another fully interactive gdb style debugger.
2471 & type ? in the debugger for help.