• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Oct-2021-

data/H03-May-2022-8,7028,449

docs/H03-May-2022-686613

src/H09-Oct-2021-17,97814,253

AUTHORSH A D16-Jul-201742 21

COPYINGH A D16-Jul-201717.6 KiB341281

ChangeLogH A D16-Jul-201720.9 KiB649489

Makefile.amH A D16-Jul-201785 53

Makefile.inH A D29-Sep-202126.9 KiB865779

NEWSH A D16-Jul-20172.7 KiB11658

READMEH A D12-May-20191.4 KiB5437

TODOH A D16-Jul-20174.4 KiB11477

README

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