1Scope Plugin
2============
3
4About
5-----
6Scope is a graphical GDB front-end with the normal functions you would
7expect (stepping, breakpoints...), and a few notable features:
8
9- The comminication between Scope and gdb is asynchronous.
10- You can enter any gdb command, at any time (of course, for the command to
11  be executed, gdb must be[come] available).
12- All gdb I/O (along with some other messages) is displayed in a
13  terminal-like "Debug Console".
14  Whenever you find the GUI lacking, simply switch to that console and work
15  directly with gdb.
16- 7-bit/Locale/UTF-8 support for values.
17
18
19Requirements
20------------
21Geany 1.25 or later and the respective libraries, including VTE under \*nix.
22
23GLib-2.18 or later. For Windows, 2.24 is recommended.
24
25GDB 7.3 or later.
26
27win~1: XP or later.
28
29GDB manual (recommended).
30
31
32Installation
33------------
34This plugin is part of the geany-plugins project.
35See the README file of that package.
36
37
38Usage
39-----
40See the scope.html.
41
42
43License
44-------
45Scope is distributed under the terms of the GNU General Public License as
46published by the Free Software Foundation; either version 2 of the License,
47or (at your option) any later version. A copy of this license can be found
48in the file COPYING included with the source code of this program.
49
50
51Ideas, questions, patches and bug reports
52-----------------------------------------
53Dimitar Zhekov <dimitar.zhekov@gmail.com>
54