Releases: julia-vscode/DebugAdapter.jl
Releases · julia-vscode/DebugAdapter.jl
v3.0.0
DebugAdapter v3.0.0
Merged pull requests:
- Julia Package Butler Updates (#77) (@github-actions[bot])
- fix: Allow missing juliaEnv (#78) (@kdheepak)
- Clean up launch related args (#79) (@davidanthoff)
- fix: Allow params.stopOnEntry to be missing (#80) (@kdheepak)
- Fix bug with frame access from session (#83) (@davidanthoff)
- Fix source handling (#84) (@davidanthoff)
- Fix disconnect (#85) (@davidanthoff)
- Update README (#86) (@davidanthoff)
- Correctly send boolean success type (#88) (@davidanthoff)
- Fix terminate sequence (#89) (@davidanthoff)
Closed issues:
v2.0.0
DebugAdapter v2.0.0
Merged pull requests:
- New version: v1.0.0 (#16) (@davidanthoff)
- better printing for "step into targets" (#20) (@pfitzseb)
- Julia Package Butler Updates (#21) (@github-actions[bot])
- update to [email protected] (#24) (@aviatesk)
- Fix path for attached debugger (#25) (@pfitzseb)
- fix condition for line breakpoints (#26) (@pfitzseb)
- unwrap UnionAlls when collecting global refs (#27) (@pfitzseb)
- Don't use single arg JSON RPC messages (#30) (@davidanthoff)
- allow setting compiled mods/funcs (#31) (@pfitzseb)
- clear varrefs in scope request (#32) (@pfitzseb)
- fix toplevel step-into-target (#34) (@pfitzseb)
- Julia Package Butler Updates (#36) (@github-actions[bot])
- Julia Package Butler Updates (#37) (@github-actions[bot])
- fix return types (#38) (@pfitzseb)
- stop deadlocking and fix return type (#39) (@pfitzseb)
- Fix get_obj_by_accessor (#40) (@pfitzseb)
- Rename Module and allow interpreted modules (#41) (@pfitzseb)
- Handle errors in show/repr (#42) (@pfitzseb)
- Fix a world age error (#44) (@davidanthoff)
- Fix a world age bug (#45) (@davidanthoff)
- fix index type for SparseArrays (#47) (@dpinol)
- limit repr output (#48) (@pfitzseb)
- Allow relative program paths (#49) (@pfitzseb)
- Deemphasize kw-func wrappers (#50) (@pfitzseb)
- Update to JuliaInterpreter 0.9 (#51) (@pfitzseb)
- full JI compat (#52) (@pfitzseb)
- Fix breakpoint removal logic (#53) (@pfitzseb)
- Julia Package Butler Updates (#55) (@github-actions[bot])
- Improve display error handling (#56) (@pfitzseb)
- Early return if there are no toplevel frames (#57) (@pfitzseb)
- Fix deepcopy issue (#58) (@pfitzseb)
- Remove copy shenanigans in calls_on_line (#60) (@pfitzseb)
- Add ALL_MODULES_EXCEPT_MAIN token for compiled mode (#61) (@pfitzseb)
- Julia Package Butler Updates (#62) (@github-actions[bot])
- Fix ALL_MODULES_EXCEPT_MAIN main exception (#63) (@pfitzseb)
- Re-apply interpreted modules (#64) (@pfitzseb)
- Julia Package Butler Updates (#65) (@github-actions[bot])
- Fix logic for setting interpreted submodules (#67) (@pfitzseb)
- Julia Package Butler Updates (#68) (@github-actions[bot])
- Julia Package Butler Updates (#69) (@github-actions[bot])
- Julia Package Butler Updates (#71) (@github-actions[bot])
- Typo in packagedef.jl (#73) (@bvdmitri)
- Implement actual DAP (#74) (@davidanthoff)
Closed issues:
v1.0.0
DebugAdapter v1.0.0
Merged pull requests:
- Julia Package Butler Updates (#3) (@github-actions[bot])
- Fix a bug in how we handle missing parameters (#6) (@davidanthoff)
- stepInTargets support (#7) (@pfitzseb)
- Global variables (#9) (@pfitzseb)
- fix set_variable for globals (#11) (@pfitzseb)
- Set SOURCE_PATH for the correct task (#12) (@davidanthoff)
- Run user code in the Main module for the debugger run scenario (#13) (@davidanthoff)