Skip to main content
Known Participant
August 24, 2009
Question

Examining Compiler Source

  • August 24, 2009
  • 2 replies
  • 615 views

Hello,

Would any of you mind helping me get started with debugging the Flex Compiler source?  I would like to do something like breakpoints on the Java code so I can see how it works, I've never used Java though and don't know where to start.  Thanks so much, just a point in the right direction

Best,

Lance

This topic has been closed for replies.

2 replies

matt_chotin
Inspiring
August 24, 2009

Hi, the compiler source is only in Subversion, not in the SDK that you download. You'll need to check out http://opensource.adobe.com/wiki/display/flexsdk/Developer+Documentation and look at how to get source code, how the SDK is organized, how to build and test, etc.

viatroposAuthor
Known Participant
August 24, 2009

p.s. I have downloaded the sdk and ant and java and have everything installed. just want to know how to start breakpointing.