Hi, my breakpoints aren’t getting hit. I’m running from inside vmplayer connecting to a host linux computer. Debugging works on the host in qtcreator, so it should work with VisualGDB too right? It executes fine, but no debugging. I set it up to use the vmplayer shared folder, (the “manual mapping” option). but this shouldn’t be a problem, the sources are now the same on both computers.
If debugging works on the host, you can configure VisualGDB to run the gdb on the target. If it still doesn’t work, you can check the gdb log on the VisualGDB side and the gdb log on the Qt Creator side, making sure the commands issued by VisualGDB (e.g. paths used in breakpoints, path to the executable, etc) are the same as the commands issued by Qt Creator.