You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied and pasted your scripts in to "Additional startup commands" for GDB, however when I click step into, the debug still goes into those library, not directly into my own code.
The text was updated successfully, but these errors were encountered:
Inside Tools>Options>Kits>Debugger, two GDB are there:
One is at /usr/bin/gdb, the version is 7.11.1
Another is at /usr/local/bin/gdb, the version is 7.7.0, I think this is the one I installed from your repo. Should it be 7.7.1? These two are all auto-detected by QT.
When I install your GDB, I git cloned to /home/user/Download folder, and unzip, checkinstalled there. I remember it just installed in Download/gdb-7.7.1-master folder. I not sure this is right way to do so.
I also manually add one from /home/user/Downloand/gdb-7.7.1-master/gdb to QT and hight this GDB and clicked apply button, then OK. After this, I tried debugging the code, and still the same problem.
Hi Levi
I copied and pasted your scripts in to "Additional startup commands" for GDB, however when I click step into, the debug still goes into those library, not directly into my own code.
The text was updated successfully, but these errors were encountered: