Skip to content
  • Oto Šťáva's avatar
    dc5596d6
    Add --preload argument for debugging · dc5596d6
    Oto Šťáva authored
    The value gets prepended to the LD_PRELOAD envirnoment variable for
    `shotgun.lua`. This is useful e.g. for debugging with AddressSanitizer,
    where `libasan.so` needs to be the first preloaded library, but
    preloading it to the Python script generates an immense amount of noise.
    dc5596d6
    Add --preload argument for debugging
    Oto Šťáva authored
    The value gets prepended to the LD_PRELOAD envirnoment variable for
    `shotgun.lua`. This is useful e.g. for debugging with AddressSanitizer,
    where `libasan.so` needs to be the first preloaded library, but
    preloading it to the Python script generates an immense amount of noise.
Loading