GDB breakpoint not getting hit

Sysprogs forums Forums VisualGDB GDB breakpoint not getting hit

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36004
    dorishuntt
    Participant

    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.

    #36014
    support
    Keymaster

    Hi,

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.