Steven Trotter

Results 7 issues of 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.)...

T-compiler
S-waiting-on-author

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...