Re: Fix and Continue - does it work?
Re: Fix and Continue - does it work?
- Subject: Re: Fix and Continue - does it work?
- From: "Paul Sanders" <email@hidden>
- Date: Thu, 12 Mar 2009 12:27:21 -0000
>> I am having severe problems getting Fix and Continue to work - I see
>> a variety of strange error messages - and I just wanted to ask if
>> anyone is actually using it. I have tried all the build settings I
>> can think of and it seems to me that it is just plain broke so I
>> don't to expend a lot of energy on it if this is indeed the case.
>> Which is a shame as it can save a lot of time.
> Can you provide an example of before-and-after code that doesn't work
> with Fix and Continue? And the error messages you see?
> Most changes in stack and heap allocations, and things like the layout
> of structs, won't work at all -- Fix and Continue can't go back and
> revise existing data.
More often than not, it fails if I invoke 'Fix' without changing anything at
all. Here's a typical error message (as I say, there are a variety to
choose from):
---------
Error fixing WCLTest.cpp:
Not able to load Fix bundle with error:
'dlopen(/Users/pauls/source/hpslib_mac/WCL/mac/build/WCL.build/Debug/
WCLTest.build/FixedFiles/WCLTest_FB03FD6B0F6935E1000B933F.ob, 6):
Symbol not found: _CreateWindowExW
Referenced from:
/Users/pauls/source/hpslib_mac/WCL/mac/build/WCL.build/Debug/
WCLTest.build/FixedFiles/WCLTest_FB03FD6B0F6935E1000B933F.ob
Expected in: flat namespace'
----------
_CreateWindowExW is a function declared as extern "C", if that makes any
difference. I have still not from anybody who is actually using this
feature...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden