Currently working on debugging my App for Office, which is running in a task-pane within Microsoft Excel. I am utilizing Visual Studio 2012 for this project. Seeking a simple functionality - as all Apps for Office generate an Internet Explorer task pane, is it feasible to examine the CSS applied to each HTML element similar to the way Firebug operates?
Being able to simply click on an HTML element and automatically identify the CSS impacting that particular element would be extremely beneficial, especially for larger projects.
If anyone has any insights on how this could potentially be achieved, I would greatly appreciate your input.
Thank you!