HISE Logo Forum
    • Categories
    • Register
    • Login

    Third party C++ log to console

    Scheduled Pinned Locked Moved General Questions
    5 Posts 3 Posters 37 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustkU
      ustk
      last edited by ustk

      Is anybody knowing how we can output to the console (or xcode or anywhere really...) from a C++ third party node?

      I'm 90% sure I did it in the past but I am not able to do it again...
      tried debugToConsole with no success, I don't even succeed getting the MainController mc...

      DBG("Value: " << someValue); // doesn't work either...
      

      Hise made me an F5 dude, browser just suffers...

      griffinboyG 1 Reply Last reply Reply Quote 0
      • griffinboyG
        griffinboy @ustk
        last edited by

        @ustk

        I only know for windows DBG works. Using the VS debug console prints

        Have you asked gpt about it? I have a feeling it will know

        ustkU 1 Reply Last reply Reply Quote 1
        • d.healeyD
          d.healey
          last edited by

          What about std::cout << "test" << std::endl;?

          Free HISE Bootcamp Full Course for beginners.
          YouTube Channel - Public HISE tutorials
          My Patreon - HISE tutorials

          1 Reply Last reply Reply Quote 1
          • ustkU
            ustk @griffinboy
            last edited by

            @griffinboy Thanks
            In the end I've made a mistake, mixing a release build with a debug executable...
            So I can get DBG to work 👍

            Hise made me an F5 dude, browser just suffers...

            1 Reply Last reply Reply Quote 1
            • ustkU
              ustk
              last edited by ustk

              And now my assertions are working as well which is what I needed in the end

              For the records if someone gets there, the scheme was set to hise debug but with a release build...

              Hise made me an F5 dude, browser just suffers...

              1 Reply Last reply Reply Quote 2
              • First post
                Last post

              24

              Online

              2.0k

              Users

              12.9k

              Topics

              111.4k

              Posts