debugging - Qt Creator debug window focus on Ubuntu -


everyone!

i have strange issue using qt creator in ubuntu (tested on ubuntu , xubuntu). have simple console application, "hello world". when runnning debugger, console window appears moment, focus returns qt creator (note: no breakpoint set), console hidden ide , have alt+tab go it.

any advice on how change behavior?

side note, running app (not debugging), focus remains on console window. also, in windows focus remains on console window (both when running , debugging), , that's want achieve.

thanks!

i can confirm behavior , think bug.

there option in debugger settings bring qt creator foreground when application interrupts. if uncheck this, qt creator stops coming foreground in cases.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -