https://linen.dev logo
Join DiscordCommunities
Powered by
# lime
  • a

    ambitious-knife-25690

    03/16/2023, 9:37 PM
    hl is a sys target
  • a

    ambitious-knife-25690

    03/16/2023, 9:37 PM
    should be fine, the issue is more likely whether it works with lime 😄
  • g

    gray-vase-27987

    03/16/2023, 9:41 PM
    uggggg
  • g

    gray-vase-27987

    03/16/2023, 9:41 PM
    the progrma uses cpp packages
  • a

    ambitious-knife-25690

    03/16/2023, 9:43 PM
    ahh nevermind then
  • g

    gray-vase-27987

    03/16/2023, 9:44 PM
    i guess if i may ask
  • g

    gray-vase-27987

    03/16/2023, 9:45 PM
    whats the simplest way to get the build run through the command line to use a seperate folder than the one vscode builds in
  • g

    gray-vase-27987

    03/16/2023, 9:46 PM
    there is stuff here about changing the directory but im not sure what level that goes
  • g

    gray-vase-27987

    03/16/2023, 9:47 PM
    im looking to change the export folder
  • g

    gray-vase-27987

    03/16/2023, 9:47 PM
    that way it doesnt have to do full rebuild if i wanna do a check with telemetry
  • r

    rhythmic-wolf-50922

    03/16/2023, 10:02 PM
    this should give you a different output path:
    --app-path=export2
  • g

    gray-vase-27987

    03/16/2023, 10:09 PM
    hmm weird thing i noted upon first test
  • g

    gray-vase-27987

    03/16/2023, 10:09 PM
    maybe this was me recently adding garbage collection related options ot the project.xml
  • g

    gray-vase-27987

    03/16/2023, 10:09 PM
    but i'd tested it before without telemetry and it seemed to improve performance
  • g

    gray-vase-27987

    03/16/2023, 10:10 PM
    but now with telemetry on theres a huge amount of lag when garbage collecting
  • g

    gray-vase-27987

    03/16/2023, 10:10 PM
    and generally lower performance
  • g

    gray-vase-27987

    03/16/2023, 10:10 PM
    which i can understand, when using telemetry
  • g

    gray-vase-27987

    03/16/2023, 10:10 PM
    but i'd used hxscout with another project before and didnt run into performance issues
  • g

    gray-vase-27987

    03/17/2023, 12:22 AM
    dang this sucks. i reverted the changes i made but some weird stuff started happening
  • g

    gray-vase-27987

    03/17/2023, 12:22 AM
    im getting those horrible silent crashes
  • g

    gray-vase-27987

    03/17/2023, 12:22 AM
    where theres no error
  • b

    brief-account-34985

    03/17/2023, 1:11 AM
    Use gdb
  • g

    gray-vase-27987

    03/17/2023, 1:12 AM
    is that a uhh
  • g

    gray-vase-27987

    03/17/2023, 1:12 AM
    seperate tool?
  • g

    gray-vase-27987

    03/17/2023, 1:13 AM
    im assuming the first result on google is correct
  • g

    gray-vase-27987

    03/17/2023, 1:13 AM
    "GDB: The GNU Project Debugger"
  • g

    gray-vase-27987

    03/17/2023, 1:17 AM
    how do i use this
  • a

    able-action-74275

    03/17/2023, 1:18 AM
    ask Richard
  • b

    brief-account-34985

    03/17/2023, 1:23 AM
    Copy code
    gdb
    file [executable name]
    run
    bt [number] (when the program errors, to view the rest of the stack trace)
  • b

    brief-account-34985

    03/17/2023, 1:23 AM
    Compile on debug for symbols obviously
1...697071...138Latest