locals and expressions only show just that: locals and expressions
When there is a chain of returns none of which assign to a temporary
variable it become hard to debug what went wrong and where without modifyng
code with qdebugs

On Mon, Nov 16, 2015 at 1:47 PM, Orgad Shaneh <org...@gmail.com> wrote:

> On Mon, Nov 16, 2015 at 12:44 PM, NIkolai Marchenko <
> enmarantis...@gmail.com> wrote:
>
>> Is it possible to modify debug process to let the execution linger in the
>> debugged function for 1 more step to show the result created by the return
>> statemenet in the debug view?
>>
>> This way there will be no need to create temp variables/debug statements
>> to debug what the actual return statement of the function produces.
>>
>
> When you exit a function with Shift-F11 the return value is displayed in
> the Locals&Expressions view.
>
> Is this what you're looking for?
>
> - Orgad
>
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to