fazaldegui
fazaldegui
Hello pnndra, I think that what you're asking is already in the: Repository Settings -> Issue Linking. From the Readme.md in this repo: "Repository Settings Widget: Allows you to view,...
Same here, but after try several configurations now works if: - Set the codepage in your user setting, ex: "codegnuglobal.encoding": "windows1252" - Add global to PATH, is not working if...
Hi vihist, You're right, I have the same problem when find references for variables (member or local) :-(
I think has more information about the issue: - The command that the extension executes is the same command for functions and for variables `global --encode-path " " -rax `...
True, same with function, ex: ``` class CAA { int Init() { return 0; } }; class CBB { int Init() { return 0; } }; void DisPlay1() { int...
The same here. I've found a fix to the gdb binaries you can see in: #8356 In brief, the new gdb doesn't have the fallback of using ptrace if /proc/[pid]/mem...