Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Changes to code aren't being compiled

Changes to code aren't being compiled

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 101 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kitfox
    wrote on last edited by kitfox
    #1

    I'm having a bizarre problem in which some modifications I've made to code are not being compiled into the binary. Each time I try to debug the code, the debugger seems to act as if my code was in the state it was a few months ago. It acts kind of like it does sometimes when the binary is out of sync with the code, but I've deleted and recompiled the binary several times and I'm still not seeing my changes reflected.

    When I step through with the debugger, new variables I've created are being ignored, empty lines are being 'executed', lines that are not part of a loop are acting as if they are and in general lines with code to not reflect what happening with the program. My changes aren't reflected in the binary either. What's going on?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kitfox
      wrote on last edited by
      #2

      Looks like someone changed the name of the binary and the old binary was still being used.. Once I switched, that fixed things.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved