C++ Qt 118 - Debugging with Qt Creator

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 24

  • @theBigNine
    @theBigNine ปีที่แล้ว

    Oh my love lots of debugging features, juicy!

  • @corya206
    @corya206 6 ปีที่แล้ว

    Great video! This helped me solve a crashing problem I was having!

  • @Fullstack_Jack
    @Fullstack_Jack 8 ปีที่แล้ว

    Clear and informative.
    Thank you, Sir!

  • @goebbelsx
    @goebbelsx 10 ปีที่แล้ว

    Good job!
    I think you should make another advanced video tutorials where advanced stuff will be explained.

    • @VoidRealms
      @VoidRealms  10 ปีที่แล้ว +1

      that would be epic

  • @D-Ragon84
    @D-Ragon84 6 ปีที่แล้ว +1

    video starts at 0:35

  • @bjeddaj2386
    @bjeddaj2386 4 ปีที่แล้ว

    Thank you!

  • @bpeachey1475
    @bpeachey1475 10 ปีที่แล้ว

    Hi Bryan,
    I have been working with Qt 5 for a while at work and I'm getting on with it quite well however the part of it I don't like a huge amount is the locals and expressions window. For me it only display the immediate data but trying to explore my custom types (structs, arrays etc) displays mainly pointers or just start/end values when raw data is selected as the display format. Do you know of any ways to make it look and feel a little more like the locals window in visual studio? I have read up a little on helpers scripted in python but seems like a little too much work for my liking. Are there any options in Qt creator that I can switch on to give the window a little more 'depth'? Your tutorials are awesome by the way! much respect :0)

    • @VoidRealms
      @VoidRealms  10 ปีที่แล้ว

      Not to my knowledge, Qt in general seems to need less debugging them most other languages / frameworks I have tried.

    • @bpeachey1475
      @bpeachey1475 10 ปีที่แล้ว

      It does seem that way, never the less the ability to interrogate those custom types/structures in a more 'user friendly' way would make fixing some of my logic errors a little faster/simpler. Maybe the creation of a custom helper or two would be a good idea for a future tutorial...... ;0) Thanks for your time though, keep on keeping on :0)

  • @LawnMeower
    @LawnMeower 7 ปีที่แล้ว

    Nice tutorial! Could you possible make a tutorial on how to include and compile x64 assembly files in our GUI project?

  • @Jaro966
    @Jaro966 7 ปีที่แล้ว

    thanks for help

  • @ProudProductions27
    @ProudProductions27 5 ปีที่แล้ว +1

    What is the difference between Qdebug() vs consol.log()?

    • @inx1819
      @inx1819 4 ปีที่แล้ว

      Hi! console.log is a function in JavaScript, not in Qt, so you can't really compare them, but here goes:
      qtDebug allows you to print stuff to the Qt Creator console for debugging. console.log is a function in js that prints stuff to the browser's console, which is in the developer tools.

  • @akshaybhadange2492
    @akshaybhadange2492 8 ปีที่แล้ว

    Thnks sir

  • @rangerpunk8580
    @rangerpunk8580 5 ปีที่แล้ว

    when i press f5 on my keyboard and the terminal show up, why qt is output = ^[[15~^[[15~^

  • @sing759
    @sing759 8 ปีที่แล้ว

    I got the error - The ABI of the selected debugger does not match the toolchain ABI

  • @diesunddas405
    @diesunddas405 6 ปีที่แล้ว

    Thanks for the great stuff!
    Unfortunately my Debugger doesn't work. :(( When I press the debug button I get the error: The selected build of GDB does not support Python scripting. It cannot be used in Qt Creator

  • @xthomas7621
    @xthomas7621 6 ปีที่แล้ว

    *Sees number of videos about C++ and QT*
    **Subscribe**