From Fedora Project Wiki

Revision as of 10:30, 20 March 2017 by Tstellar (talk | contribs) (Created page with "{{QA/Test_Case |description=Test for lldb script interpreter |setup= Ensure that {{package|lldb}} and {{package|python-lldb}} are installed. |actions= Be as specific as requir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Test for lldb script interpreter

Setup

Ensure that Package-x-generic-16.pnglldb and Package-x-generic-16.pngpython-lldb are installed.

How to test

Be as specific as required for the target audience.

  1. Run lldb; lldb
  2. Type script into the command prompt and hit enter.

Expected Results

You should see the following output:

$ lldb
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>>