issues
search
JuliaDebug
/
Debugger.jl
Julia debugger
MIT License
470
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
improve REPL completion for locals
#357
KristofferC
closed
1 month ago
0
Improve tab completion
#356
KristofferC
closed
1 month ago
0
Fix tests for Julia 1.9
#355
fredrikekre
closed
2 months ago
0
Fix printing of kwcalls
#354
fredrikekre
closed
2 months ago
0
Replace functions with symbols in expressions for printing
#353
fredrikekre
closed
2 months ago
0
Breakpoint on function stops at $(QuoteNode(f))
#352
fredrikekre
opened
2 months ago
1
Breakpoint always hits in `open_flags` in `IOBuffer()` when setting a breakpoint elsewhere
#351
fredrikekre
closed
2 months ago
2
Debugging functions with log macros is very annoying
#350
fredrikekre
opened
4 months ago
0
Update README.md link Juno -> VSCode
#349
sylvaticus
closed
2 months ago
0
update `LineEdit.complete_line` with stdlib repl completion changes
#348
arhik
closed
5 months ago
1
julia 1.12: completion error in evaluation mode, Error in Keymap
#347
arhik
closed
5 months ago
0
julia 1.12: `no method matching keys(::Core.DebugInfo)` when adding a breakpoint
#346
IanButterworth
opened
6 months ago
0
doc compiled_modules
#345
bjarthur
opened
7 months ago
1
`ERROR: MethodError: no method matching iterate(::Nothing)`
#344
jishnub
opened
7 months ago
0
Debugger erroneously enters `BigFloat` constructor
#343
krsteffen
opened
7 months ago
0
Debugger appears to step into an if statement even if the condition is false.
#342
mkitti
opened
8 months ago
1
sl gives internal error
#341
knuesel
opened
9 months ago
0
Enhancing Julia Debugging: Entry Points
#340
AndyAndDevid
opened
11 months ago
0
Add `p [var]` commands to print all or just one frame local variable
#339
berquist
opened
11 months ago
0
evaluation tab completion is weak
#338
oscardssmith
opened
1 year ago
0
Debugger unusable anymore due to warnings
#337
dlfivefifty
opened
1 year ago
0
`@debug_last_error()`: interpret only frames from `Base.stacktrace()`
#336
cstjean
opened
1 year ago
1
Add a command to compile all.
#335
Qfl3x
opened
1 year ago
0
enable dependabot for GitHub actions
#334
ranocha
opened
1 year ago
0
hard crash/boundserror
#333
gdkrmr
opened
1 year ago
0
fix typos
#332
spaette
closed
1 year ago
0
Better printing of non-identifier variables
#331
BenPH
opened
1 year ago
0
add ability to add breakpoint "here"
#330
oscardssmith
opened
1 year ago
0
Use WidthLimitedIO
#329
KristofferC
opened
1 year ago
1
Breakpoints are ignored in tests only
#328
eott-siz
closed
1 year ago
4
Setting breakpoint on function with kwargs causes break on every kwcall
#327
fredrikekre
closed
2 months ago
2
<Up>/<Down> arrow for navigating command history in debug mode between sessions
#326
filchristou
opened
1 year ago
0
Add :sr command to step until next return.
#325
fredrikekre
closed
1 year ago
2
Try to give a better location for Cassette-like transforms
#324
Keno
closed
1 year ago
1
`sl` doesn't work as i had hoped if left-hand side indexes
#323
bjarthur
opened
1 year ago
1
Error trying to debug callable struct function
#321
Suavesito-Olimpiada
closed
2 years ago
1
Fix markdown list formatting in help output.
#320
fredrikekre
closed
2 years ago
1
debug hangs when debug code with Mnist dataset
#319
wztdream
closed
2 years ago
1
Error when debugging function with log statement
#318
fredrikekre
closed
2 years ago
2
MethodError: no method matching +(::Nothing, ::Int64) when digging with `@enter display(10)`
#317
acsofie
opened
2 years ago
0
Debugger throws TypeError but function doesn't
#316
wheeheee
closed
2 years ago
1
Error in status print
#315
fredrikekre
closed
2 years ago
1
better printing for variable names
#314
oscardssmith
opened
2 years ago
0
Add `p x` to show x.
#313
oscardssmith
opened
2 years ago
0
allow breaking on constructors
#312
KristofferC
closed
2 years ago
0
Adding breakpoint for function in module does not seem to work
#311
KristofferC
closed
2 years ago
1
add support for stepping into the last line of a call
#310
KristofferC
closed
2 years ago
2
Feature request: step straight into function when there are evaluations in the arguments
#309
johnomotani
closed
2 years ago
3
update the ui tests to 1.7
#308
KristofferC
opened
2 years ago
1
fix `defline` when method start is unknown
#307
KristofferC
closed
2 years ago
1
Next