File: control

package info (click to toggle)
emacs-dape 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: lisp: 5,360; makefile: 32
file content (45 lines) | stat: -rw-r--r-- 1,407 bytes parent folder | download
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
Source: emacs-dape
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends:
 debhelper (>= 13.24),
 debhelper-compat (= 13),
 dh-elpa,
 python-is-python3 <!nocheck>,
 python3-debugpy <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/svaante/dape
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-dape
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-dape.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa

Package: elpa-dape
Architecture: all
Depends:
 emacs (>= 1:30.1+1),
 ${elpa:Depends},
 ${misc:Depends},
Enhances:
 delve,
 emacs,
 gdb,
 python3-debugpy,
Description: Debug Adapter Protocol for Emacs
 Dape is a debug adapter client for Emacs.  The debug adapter
 protocol, much like its more well-known counterpart, the language
 server protocol, aims to establish a common API for programming
 tools.  However, instead of functionalities such as code
 completions, it provides a standardized interface for debuggers.
 .
 To begin a debugging session, invoke the `dape' command.  In the
 minibuffer prompt, enter a debug adapter configuration name from
 `dape-configs'.
 .
 For complete functionality, make sure to enable `eldoc-mode' in your
 source buffers and `repeat-mode' for more pleasant key mappings.
 .
 Package looks is heavily inspired by gdb-mi.el