Live data from Hacker News

Viewing profile — yaglo

yaglo

HN member
Joined
Wed, Nov 08, 2023, 11:14 PM UTC
HN karma
57
Public activity
7 items

About yaglo

No profile information was provided.

Recent public activity

  1. comment
    Comment #38323873

    Because they swapped some characters like \ to /, if I remember correctly.

  2. comment
    Comment #38218005

    1. Every class/method/function/whatever declaration is an API, doesn't matter if it's internal or which language it's written. 2. Why do you think it's better? It looks like it tri…

  3. comment
    Comment #38210086

    Within Xcode, you don’t really need it because you’re already running with a debugger when you launch your program.

  4. comment
    Comment #38203566

    Yes, you can evaluate Swift code in LLDB. See https://stackoverflow.com/a/71882942

  5. comment
    Comment #38202831

    It’s a nicer experience during development out of the box, without having to do anything manually. Swift Backtracing is not only about the symbols, it’s also interactive and lets y…

  6. comment
    Comment #38198639

    The best part of is that you can get all this goodness even without having Swift code in your codebase. Just link your C++ (or whatever) project with The Swift runtime (swiftrt.o a…

  7. story