| << Back to previous view |
[FDT-2633] When Debugging: Display Variable Value on Mouse Over Created: 07/Mar/12 Updated: 06/Dec/12 |
|
| Status: | Confirmed |
| Project: | FDT |
| Component/s: | Debugger, Editor (Deprecated) |
| Affects Version/s: | 5.5 Beta |
| Fix Version/s: | FDT |
| Security Level: | public |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Panel | Assignee: | FDT Team |
| Resolution: | Unresolved | Votes: | 1 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Review Type: | Review by Product Owner |
| Description |
I just realized that very useful feature is missing in FDT.
var size:Number = sprite.width + MARGIN - frame.margin; When you set break point in the code and move cursor on the above line FDT only shows the value of size variable. Very useful improvement would be to show all variable values when you roll over on the variable text., so: This feature is present ex. on the Visual Studio and works well, since many times while debugging we want to know what's going on in the code, we also want to know variable values. Sure we can use variables panel but with complex types it takes much time and we loose focus on code just to do the search. On the other hand roll over will take you only half a second to know the variable value, you are staying focused on code and just think how fast you could check few variable/fields values. |
| Comments |
| Comment by Dominic Beinenz [ 06/Dec/12 03:01 PM ] |
|
thr mouse over is very buggy sometimes he shows vars, somethimes not, somtimes shows "0" (empty) and 2 lines later the var is "xyz" /correct) |