huanzai

Results 9 issues of huanzai

double free or corruption (!prev) 有的时候还会出现: corrupted size vs. prev_size

` Drawing rotation: 0%| | 0/90 [00:00

```lua require "debugger":start "127.0.0.1:12306":event "wait" print "ok" function test() local count = 0 for i=1, 1000 do count = count + 1 end end function example() require "debugger":attach {} print("coroutine...

1. First, open a sublime project and open the debugger 2. Then open the second sublime project and keep the debugger closed. 3. Set a breakpoint in the second sublime...

```python self.dispose_add( self.breakpoints.data.on_send.add(self.on_send_data_breakpoints), self.breakpoints.function.on_send.add(self.on_send_function_breakpoints), self.breakpoints.filters.on_send.add(self.on_send_filters), self.breakpoints.source.on_send.add(self.on_send_source_breakpoint), ) self.watch = watch self.watch.on_added.add(lambda expr: self.watch.evaluate_expression(self, expr)) ``` I try to fix it ```python self.watch = watch @core.run # async function def on_added_expression(expr):...

In lua, we need to use both indexed and named filter which to get the detail of table

Should we change the layout checker frame rate from 4Hz (0.25s) to 30Hz (0.033s) ? ```python def startup(): Images.shared = Images() global _update_timer _update_timer = core.timer(Layout.update_layouts, 0.25, True) # =>...