[flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-06-10 Thread robbarreca
I agree and have seen this a few times. One odd occurrence is with a Flex Module in my Flex Application. It would serve up a stale build of the module unless I added a trace(foo); in the code, and then it would force a recompile. But when I would SVN revert back to the version without the trace

Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-29 Thread Paul Andrews
On Fri, Mar 28, 2008 at 9:19 AM, Troy Gilbert [EMAIL PROTECTED] wrote: I just encountered the issue again, and went through the process of deleting all the build stuff manually, caches, etc., and nothing helped. So this time I tried flushing the browser cache (actually, disabling it

Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-28 Thread Troy Gilbert
I just encountered the issue again, and went through the process of deleting all the build stuff manually, caches, etc., and nothing helped. So this time I tried flushing the browser cache (actually, disabling it with Firefox extension Web Developer). That worked, it was a browser cache issue.

Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-28 Thread K.M. Ensign
this is what i did for firefox's cache problems: in the location input, enter: about:config find browser.cache.disk.capacity, set it to 0 this sorted things our for me. also, you may want to use Camino for debug/development. It's much more lightweight. keith On Fri, Mar 28, 2008 at 9:19 AM,

[flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-05 Thread dzeitman
Did you check whether or not: Menu: Project --- build Automatically is checked? If not, then flexbuilder doesn't re-compile. And also note a clean doesn't necessarily re-compile unless that option is checked. D. --- In flexcoders@yahoogroups.com, ivo [EMAIL PROTECTED] wrote: You beat

Re: [flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-05 Thread Troy Gilbert
Did you check whether or not: Menu: Project --- build Automatically is checked? Like I said, I've been developing with Flex for the last 18 months... I'm very aware of build automatically, clean and all of their implications. It's definitely a bug in the caches... Troy.

[flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-03-05 Thread Danny Gold
I've seen this behavior in Flex Builder 2 plenty of times. What usually works for me is a combination of cursing, cleaning, deleting the entire bin folder, and rebooting my machine. --- In flexcoders@yahoogroups.com, ivo [EMAIL PROTECTED] wrote: You beat me to the post, was just about to ask the