File: plain.yml

package info (click to toggle)
ruby-byebug 11.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,252 kB
  • sloc: ruby: 8,835; ansic: 1,662; sh: 6; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (4)
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
break:
  created: "Created breakpoint {id} at {file}:{line}"

display:
  result: "{n}: {exp} = {result}"

eval:
  exception: "{text_message}"
  result: "{result}"

frame:
  line: "{mark} #{pos} {call} at {file}:{line}"

method:
  methods: "{name}|c"

restart:
  success: "Re exec'ing:\n  {cmd}"

thread:
  context: "{status_flag}{debug_flag}{id} {thread} {file_line}"

trace:
  messages:
    success: "Tracing global variable \"{var}\"."
    on_change: "traced global variable '{name}' has value '{value}'"
    undo: "Not tracing global variable \"{var}\" anymore."
  errors:
    var_is_not_global: "'{name}' is not a global variable."
    needs_global_variable: "tracevar needs a global variable name"

variable:
  variable: "{key} = {value}"