Steven Trotter
Steven Trotter
Added LLDB as a full debugger. Full reworking, too much detail to go into here. Fixed all tests apart from python/node based stuff which will come in a later commit.
Just put a file simple ~/test.py, step through enough and eventually it will hang.
This allows better reporting as per issue #116615 . If you have a function: ``` fn foo(a: T, b: T) {} ``` and call it like so: ``` foo(1, 2.)...
Prevents backtrace hanging on ARM Windows targets. Feel free to use this or something else as you see best.
It looks like simply upgrading the version of `backtrace` to the latest fixes the problem. Currently I get the following and it just hangs after this: ``` Backtrace (most recent...
This issue is reporting a bug in the code of Perseus. Details of the scope will be available in issue labels. The author described their issue as follows: > Every...
Have an MRE in this repository: https://github.com/strottos/nvim_oxi_template If I try to compile that in Windows I get the compilation errors below at linking stage. NB: This is on an ARM64...