Skip to main content
casper_no
Known Participant
March 7, 2012
Answered

source attachment for TLF3.0

  • March 7, 2012
  • 1 reply
  • 3125 views

We're using TLF 3.0 with Flex 4.1. Works like a charm. But I cannot debug properly since the debugger shows me the source code for TLF1.1 when going into any of the TLF classes and methods. Is there source code which corresponds to the TLF3.0 swc, ie. that can be used as source attachment in Build Path Libraries in Flash Builder and doesn't contain all the CONFIG::debug / :: release statements?

This topic has been closed for replies.
Correct answer Jin-Huang

You could link a project when you debug instead of linking the SWC, at least.

1 reply

Adobe Employee
March 7, 2012

In textLayout_build.zip is the source code. http://sourceforge.net/projects/tlf.adobe/files/3.0/current/textLayout_build.zip/download

All versions of the source code contain CONFIG statements, including the internal ones.

casper_no
casper_noAuthor
Known Participant
March 7, 2012

Thanks, I'll test that.

But if the CONFIG statements are in the source code, won't it have methods at other line numbers than the swc? I assume the swc is compiled with CONFIG::debug = false

Jin-HuangCorrect answer
Adobe Employee
March 7, 2012

You could link a project when you debug instead of linking the SWC, at least.