Issue Details (XML | Word | Printable)

Key: FDT-2569
Type: Improvement Improvement
Status: Confirmed Confirmed
Priority: Trivial Trivial
Assignee: FDT Team
Reporter: Panel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FDT

Degugger improvement when internall error occurs

Created: 01/Feb/12 03:01 PM   Updated: 22/Jun/12 06:42 PM
Component/s: Debugger
Affects Version/s: FDT 5.0
Fix Version/s: FDT
Security Level: public

Time Tracking:
Not Specified

Review Type: Review by Product Owner


 Description  « Hide
getDefinitionByName("NonExistingClass");

Due to non existing class exception will be thown.

flash.utils.getDefinitionByName()
eu.voyda.test.views.Map
eu.voyda.test.Main

It's internal flash player error no .as file is opened in Debugger (actually last opened code tab is displayed).
Since next step for every developer would be to check where error exactly occurred (exact class and line) developer will open class using debug view.

I believe FDT should help developer and simply open last available (possible to display) class on stack trace



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alan K (Deprecated) added a comment - 01/Feb/12 03:23 PM
Interesting idea. Thanks.