This file is indexed.

/usr/share/doc/geany-plugin-debugger/README is in geany-plugin-debugger 1.24+dfsg-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Debugger
==================

.. image:: http://img804.imageshack.us/img804/1429/debuggersmall.png
   :width: 400
   :alt: debugger plugin
   :align: right
   :target: http://img685.imageshack.us/img685/9610/debugger.png

.. contents::

About
-----

Plugin enables debugging in Geany.
Currently supports GDB only, but was developed with multiple debuggers support in mind,
so the other backends support is planned as well.

Features
--------

* Debugger panel
* Setting target, environment variables and command line arguments
* Breakpoints
* Watches, autos
* Debug terminal
* Debugger messages window
* Threads and stack info
* Switching frames in the stack trace window
* Variables calltips while debugging
* Saving debug session data in a Geany project (can be switched through settings)
* Double or single panel modes
* Hotkeys

Usage
-----

Debugger panel behaves in a way similar to other IDE, so an experienced user won't have problems using it.

Panel space can be divided into two notebooks by pressing a button on the right of a panel.

Debug control buttons also reside on the right end of a panel as well as plugin settings dialog button.
A user can also control debug process using hotkeys that are configurable through Geany hotkeys dialog.

When exploring children of a watch or an auto variable user can double click any of them to create a distinct
watch item containing the corresponding expression. 

Requirements
------------

* Geany >= 0.21
* GTK 2
* POSIX API

Contact developers
------------------

Alexander Petukhov <devel(at)apetukhov(dot)ru>