The following snippets are as per the Oracle docs.
http://docs.oracle.com/cd/E19422-01/819-3683/command_ref.html#52675
1. source - The source command executes commands from a given file. It is valid only in native mode.
2. where - The where command prints the call stack.
http://docs.oracle.com/cd/E19422-01/819-3683/command_ref.html#52675
1. source - The source command executes commands from a given file. It is valid only in native mode.
Syntax
2. where - The where command prints the call stack.
Native Mode Syntax
where
|
|
Any of the above forms may be followed by a thread or LWP ID to obtain the traceback for the specified entity.
Java Mode Syntax
3. cont Command
The cont
command causes the process to continue execution. It has identical
syntax and identical functionality in native mode and Java mode.
Syntax
4. detach Command
Native Mode Syntax
|
Detach dbx from the target and leave the process in a stopped state. This option allows temporary application of other /proc-based debugging tools that might be blocked due to exclusive access. For an example, see Detaching dbx From a Process.
|
No comments:
Post a Comment