Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hey, I'm having some problems with the Target.Write( ) function not writing the data to the target until I call Elf.GetExprValue() I have a function that does a read/write modify on a variable using Target.Read() and Target.Write(). The problem is the write doesn't take effect until after I call Elf.GetExprValue() on the variable being written to. I can also add the variable to the watched data to get the write to take effect (or just mouse over the variable in the source code). Simplified code …