Results 1 to 2 of 2

Thread: How to set gdb's setting "BreakOnThrow" to true?

  1. #1
    Join Date
    May 2011
    Posts
    46
    Thanks
    5

    Default How to set gdb's setting "BreakOnThrow" to true?

    When debugging with gdb, it won't break on throw, from the debugger log, I can see that the settings BreakOnThrow is defaults to off, so the question is, how can I turn it on?

    I tried to specify "BreakOnThrow=true" on the gdb debugger settings but it doesn't work.

    I am using Qt Creator 2.5.2 on Windows 7, with Qt 4.8.2 Mingw

    Thanks

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to set gdb's setting "BreakOnThrow" to true?

    and you're asking that in a Qt programming forum because...?
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

Similar Threads

  1. Qt Designer Setting "defaultAction" of QToolButtons in Qt designer.
    By LonelyStar in forum Qt Tools
    Replies: 1
    Last Post: 7th October 2011, 20:46
  2. Replies: 3
    Last Post: 15th February 2010, 17:27
  3. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  4. Replies: 4
    Last Post: 18th September 2007, 19:49
  5. Setting QFrame palette in Designer doesn't "stick"
    By Doug Broadwell in forum Qt Tools
    Replies: 1
    Last Post: 9th September 2007, 21:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.