felixcatx / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Preview error dialog does not show the filename #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make new gadget
2. In main.js make a variable which is set to a number without quotes. (meh 
= 123abc;)
3. Now enable debug and preview in that order. (The order is not tested to 
see if it has any effect)
4. Start the preview from F5 or menu

What is the expected output? What do you see instead?
Expected: Error dialog should show the filename in which the error is.
Result: Error dialog(s) show "<Unknown file>".

What version of the product are you using? On what operating system?
Google Desktop Designer 1.1.0708.17471
OS Vista Ultimate x64 (UAC disabled)

Original issue reported on code.google.com by m...@criion.net on 3 Oct 2009 at 6:32