Qingwei Li
Qingwei Li
Scrcpy works @kirk86
 I think using `Select Section` to update the note is a easy way, but I didn't find such option in settings.
``` Copyright (c) ${now_year} by git config user.name, All Rights Reserved. ``` 直接输命令似乎可行,虽然不知道原理是什么
> 2. Allow setting breakpoint whose location is not found yet but will be found in child process. > - This needs support in delve to answer yes when the...
> Does delve support this? If I understand correctly, "this" refers to child process debugging. The answer is yes. In terminal mode of delve, using `target follow-exec -on` does the...
Thanks for your detailed explanation! Sorry for the misleading title because it's not enabled yet. I found that I misunderstood `StartDebugging` request because I was still thinking about my debugging...
Based on 1. [firelizzard18/delve](https://github.com/firelizzard18/delve), which enables suspending breakpoints for `plugin.Open`. 2. [commit d9991f](https://github.com/Lslightly/delve/commit/d9991fd2caae89fa70313f2b8bddaa4d8bc8bd65), which enables unsuspending any suspended breakpoints when hitting them. 3. [commit d52c26 in delve](https://github.com/Lslightly/delve/commit/d52c2612f58adddf4a13cd4187feca49a2f41297) and [commit 1a841f...
> So db.imm[0] is mt. As you can see the AssertTrue above it. mt.DecrRef then deletes the data as per requirement. I hope that clarifies your doubt. Oh, thanks for...
> @Lslightly I am not quite sure I understand what you mean. Could you elaborate? The example of [the reply in the Go forum](https://forum.golangbridge.org/t/current-state-of-garbage-collection-for-slice/36306/11?u=lslightly) can be more clear. **For the...
allow python script might be good. https://lldb.llvm.org/use/python.html