[go: up one dir, main page]

Skip to content

Release Debugger 0.27.0

Compare
Choose a tag to compare
@hxiong388 hxiong388 released this 08 Aug 01:24
· 17497 commits to main since this release
  • Optimize breakpoint evaluation memory usage by adopting shared variable table.
  • Update breakpoint to error state if the breakpoint is set at an invalid position or
    if condition evaluation fail with an error.
  • Set errored variable evaluation to error state.
  • Restrict the amount of time spent on evaluating breakpoints within each rack application request.
  • Restrict total memory usage on collecting variables within each breakpoint evaluation. Prioritize
    memory allocation to user defined variables over local variables.