0

I'm OK with debugging .as files,but when it comes across .mxml files,I feel really lost.

It's not tracing in a traditional way ,line by line...

How to get started with debugging such files?

fms
  • 2,147
  • 4
  • 18
  • 16

1 Answers1

0

You can add break points in the MXML. Like you can in with ActionScript.

StephenAdams
  • 521
  • 2
  • 9
  • 26