You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution/src/assembly/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
### New Features
4
4
5
5
* Build: *asconfig.json* may optionally include `${flexlib}` token in paths specified in the compiler options. This token will be replaced with the path to the *frameworks* directory of the current SDK. For Apache Royale projects, the `${royalelib}` token is available instead.
6
+
* Debugger: When a runtime error is thrown, displays the details inside the editor – directly below the line where the error occurred.
7
+
* Debugger: When a runtime error is thrown, the properties of the error object are displayed in the **Variables** view.
6
8
* Editor: Goto definition works for symbols in SWC files. Opens a temporary, read-only text file that displays the public API.
7
9
* Views: The ActionScript Source Paths view displays file icons.
0 commit comments