Tweak format of command help files and do some further command cleanup
[lsnes.git] / src / cmdhelp / debug.json
blob1730eff9a83fe103781bc500e6547c1c33dad130
2         "__mod":"CDEBUG",
3         "show-callbacks":[
4                 "scb", "Show debug callbacks",
5                 {"":"Shows debugging callbacks"}
6         ],
7         "generate-memory-event":[
8                 "genevt", "Inject a debugging event",
9                 {"<type> <addr> <value>":"Inject a debugging event with given <type>, <addr> and <value>"}
10         ],
11         "tracelog":[
12                 "tr", "Trace log control",
13                 {
14                         "<cpuid> <file>":"Start tracing <cpuid> to <file>",
15                         "<cpuid>":"End tracing <cpuid>"
16                 }
17         ]