v1.8.0
This release supports TraceInspector functionality on VSCode, and other fixes.
What's Changed
- CLI
- Core
- DAP
- Restart threads on DAP evaluation by @st0012 in #950
- DAP: introduce Rdbg Trace Inspector by @ono-max in #959
- DAP: Access
dropped_trace_cnt
only when@recorder
is not nil by @ono-max in #969 - Improve variable type name request by @adisonlampert in #957
- follow-up #957 by @ko1 in #971
- separate
process
withprocess_request
by @ko1 in #972 - DAP: support
config.rdbgInitialScripts
by @ko1 in #980
- CDP
- Test
- Misc
New Contributors
- @egenerat made their first contribution in #962
- @adisonlampert made their first contribution in #957
- @MasanoriOnishi made their first contribution in #976
Full Changelog: v1.7.2...v1.8.0