1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

UserspaceEmulator: Show file and line numbers in backtraces :^)

This was super easy thanks to the awesome LibDebug work by @itamar8910!
This commit is contained in:
Andreas Kling 2020-07-21 18:47:05 +02:00
parent d1dd5013ea
commit 0f91dfa139
3 changed files with 10 additions and 2 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(UserspaceEmulator)
target_link_libraries(UserspaceEmulator LibX86 LibCore)
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore)