Issue 151045
Summary Scripted Interface affordances should have a uniform way to report script errors
Labels lldb
Assignees
Reporter jimingham
    Script affordances can fail not just for expected reasons, but also unexpected ones like "the underlying script code failed to compile or got a runtime error". Debugging those failures can be tricky because these failures often happen in places where surfacing errors to the user is not straightforward.

So we should come up with some good scheme for reporting such errors when running scripted affordances.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to