issues
search
slembcke
/
debugger.lua
A dependency free, embeddable debugger for Lua in a single file (.lua or .h)
MIT License
781
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Interacting with debugger commands at runtime from C++
#87
gsisinna
opened
4 days ago
0
debugger.lua's where command can't see the last line of Lua code loaded from a string
#86
nicholasdavies
opened
4 weeks ago
5
Add last line of string source for where command
#85
nicholasdavies
opened
4 weeks ago
0
Issue with size of `make_c_header.lua` output
#84
tritao
closed
1 month ago
2
Minor fixes: README markup and tutorial line number
#83
suy
closed
3 months ago
0
fix readline support on luajit
#82
N-R-K
closed
2 months ago
0
fix trying to concat nil value on dbg.assert
#81
N-R-K
closed
2 months ago
1
dbg.read will never be replaced on LuaJIT
#80
GitSparTV
closed
2 months ago
0
Ability to change pretty output function
#79
eliasdaler
closed
1 year ago
2
Start debugger when entering/returning from function
#78
ldeniau
closed
2 months ago
4
isatty fix for luvit runtime
#77
PatrickDahlin
closed
2 years ago
1
add hint how to run the debugger_lua.c.lua file
#76
karstenBriksoft
closed
2 months ago
2
Problem with arrow keys
#75
lua-rocks
closed
3 years ago
3
Fix: pass luacheck, make global functions local
#74
lua-rocks
closed
3 years ago
2
Bug fixes for various corner cases
#73
thirtythreeforty
closed
3 years ago
0
features
#72
denisdemaisbr
closed
3 years ago
2
dbg_writeln() error.
#71
slembcke
closed
4 years ago
5
Provide feedback for unrecognized commands
#70
vyder
closed
4 years ago
1
[UX Suggestion] Add "command not found" error message?
#69
vyder
closed
2 months ago
0
how to use it when debugging nginx-lua scripts?
#68
ysjgxm
opened
5 years ago
1
Windows 10 colored terminal
#67
MikuAuahDark
opened
5 years ago
0
thread doesn't disappear
#66
Fedora7
closed
5 years ago
0
no command for repeating the above commands
#65
JaneShenYY
closed
5 years ago
1
Breakpoints gotoline
#64
arjunae
closed
5 years ago
0
any command to run the code till meeting another dbg()?
#63
JaneShenYY
closed
5 years ago
1
command n doesn't work as expected in level-3 functions
#62
JaneShenYY
closed
5 years ago
1
Add Fenced Code Blocks to Enable Lua Syntax Highlighting
#61
turbo
closed
5 years ago
2
Installation instructions
#60
italomaia
closed
5 years ago
3
Solves #35 and #12
#59
ghost
closed
5 years ago
9
does not work on windows - getenv invalid
#58
Triangle345
closed
5 years ago
7
Call `where` at each prompt
#57
giann
closed
5 years ago
3
fix: frame_has_file (#55)
#56
aleclarson
closed
6 years ago
0
n, f commands don't work
#55
TravellingSalesPerson
closed
6 years ago
2
Could not get it to work with love2d
#54
eduardomezencio
closed
5 years ago
5
Debug uncaught errors
#53
aleclarson
closed
5 years ago
1
Keys command
#52
aleclarson
opened
6 years ago
1
Truncate long string properties
#51
aleclarson
opened
6 years ago
1
Automated tests
#50
slembcke
closed
5 years ago
1
Step/next/continue broken after merging #28
#49
slembcke
closed
5 years ago
2
Coroutines
#48
aleclarson
opened
6 years ago
0
fix: cmd_down past stack_top again
#47
aleclarson
closed
6 years ago
0
feat: support implicit evaluation
#46
aleclarson
closed
6 years ago
1
fix: use fenv for autocomplete instead of global scope
#45
aleclarson
closed
6 years ago
0
fix: varargs binding
#44
aleclarson
closed
6 years ago
0
fix: assume what="main" frames have a file
#43
aleclarson
closed
6 years ago
0
fix: cmd_down past stack_top
#42
aleclarson
closed
6 years ago
0
fix: ignore any frame that has no file
#41
aleclarson
closed
6 years ago
2
fix: use table.pack instead of table.maxn
#40
aleclarson
closed
6 years ago
0
fix: use table.maxn in cmd_print
#39
aleclarson
closed
6 years ago
1
feat: always print empty tables with dbg.pretty
#38
aleclarson
closed
6 years ago
0
Next