<div dir="ltr">On 20 September 2013 23:36, Michel Fortin <span dir="ltr"><<a href="mailto:michel.fortin@michelf.ca" target="_blank">michel.fortin@michelf.ca</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-09-20 11:46:34 +0000, Manu <<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a>> said:<br>

<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good to know it has been done elsewhere.<br>
Can you recall any ways in which it was unreliable? How did you use it in<br>
XCode?<br>
</blockquote>
<br></div>
I think it sometime failed to patch the executable, thus forcing a full rebuild and a relaunch. Perhaps just a little too often to be useful? I wasn't working on anything where avoiding a full rebuild was really useful, so I never really used it.</blockquote>
<div><br></div><div>In MSC/VS, this only really happens when you change a public struct. You can't really change the structure of heap-allocated memory. Basically anything else is fine though.</div><div>If you're tweaking code, you rarely want to re-structure your data. And it's easy to understand what you've done, and why it says "a rebuild is required" for certain changes.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In VS, you break/pause somewhere, make some code changes, and then when you<br>
press F10 (step), or F5 (continue), it takes a few seconds (building), and<br>
then it just continues with the new code. Pretty much seamless.<br>
</blockquote>
<br></div>
Same thing. Press Fix-and-continue instead of Continue, it rebuilds and then it continues running with the new code.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Michel Fortin<br>
<a href="mailto:michel.fortin@michelf.ca" target="_blank">michel.fortin@michelf.ca</a><br>
<a href="http://michelf.ca" target="_blank">http://michelf.ca</a><br>
<br>
</div></div></blockquote></div><br></div></div>