Some keys not working properly in debug session
Moved
Unsolved
Qt Creator and other tools
-
Hi,
for debugging I currently use gdb in Qt Creator 11.0.3. I have several issues with the keys F5 (Continue), F10 (Step Over) and Shift+F11 (Step Out).
- For Step Over I have to press F10 twice for each single line in any function (e.g. Step Over for three subsequent lines requires pressing F10 six times).
- When I want to Continue or Step Out after stepping over with F10, I firstly have to click somewhere into the source code window, before F5 or Shift+F11 do their work.
Are these known issues, and can they be fixed in any way?
BR
tkansgar -
-
Hi again,
now I detected, that this only happens, when working from home (under Windows 10) using TurboVNC connected to my workstation. When I work locally on that workstation, also using TurboVNC connected to the same VNC server running locally, all keys work as desired, when debugging. So it seems not to be a problem with Qt Creator, but with TurboVNC.
BR
tkansgar