The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

webkit inspector, showing back the “only enable for this session” option

In webkit inspector (inspect element); at the Profiles tab, I accidentally choose the Always enable and press the Enable Profiling button, so I can not have that options again when I want to debug or ...
0
votes
0answers
32 views

Why doesn't the storyboard reflect the text attributes I've set to a UILabel using the attributes inspector panel?

I have a UILabel on the storyboard. The default text reads "Label". I then go to the attributes inspector and select the Attributed text style. When I click on the Text field I am presented with ...
2
votes
1answer
28 views

Accessing CustomEditor Inspector values from another scene

So I'm using a CustomEditor setup to make a Spawn Point manager. I've got it setup to add spawn points in a scene (let's call it Room 1), no problems there. What I need to do next is load up a ...
0
votes
1answer
31 views

Want hp to inherit Stat and have current and max instead of manually making currenthp and maxhp?

using UnityEngine; using System.Collections; public class BaseStats : MonoBehaviour { [System.Serializable] public class baseStats { public string name; public int currentLevel; public ...
0
votes
1answer
27 views

Getting Stats to show in inspector?

How would I get mainChars stats to show in the inspector?? using UnityEngine; using System.Collections; public class BaseStats : MonoBehaviour { public struct baseStats { public string name; public ...
0
votes
0answers
43 views

NSWebView need to enable element highlight

I have a NSWebView and I enabled the Web Inspector by doing: defaults write «bundle-identifier-here» WebKitDeveloperExtras -bool true, however I would like to have the NSWebView always highlight ...
-1
votes
1answer
27 views

Inspect JavaScript behind DIV in Chrome's Inspect Element

I've got a simple close function that closes down a JS popup. The problem is, I don't know where to locate it amongst many many javascript files. What's the best way to find it, if I wanted to modify ...
0
votes
4answers
99 views

Invalid memory access fortran inspector

I'm getting wrong calculated values if I run my fortran program with arrays (look at the code). If I use the intel inspector (-mi3) it will tell me that there are memory problems "invalid memory ...
0
votes
0answers
45 views

how to record “Initiator” information as reported by Chrome Inspect Element

Chrome's Inspect Element "Network" tab presents lots of nice information about your URL requests. You can even save all this to a HAR file which is neat. However, I can't see where the "Intiator" ...
0
votes
0answers
114 views

Spy++/UISpy, objects on windows form only exist when they are active

I am working on a C# .NET application in VS2008 to automate filling out a form on another 3rd party application (no access to source). My application uses the UIAutomationClient class to do things ...
0
votes
1answer
31 views

Gaps in Safari Inspector Timeline, Long Render Time

I am currently working on a site that is displaying relatively long (~5sec) render times on the home page. It is a WordPress install, with quite a bit going on, but it seems excessively long to load. ...
3
votes
4answers
275 views

Chrome Developer Tools: How to find out what is overriding a CSS rule?

Well, this is pretty straightforward. If Chrome's Developer Tools is showing me that a style is overridden, how to see what CSS rule is overriding it? I want to know if is there anything like "Show ...
3
votes
1answer
46 views

(How) Can I use Chrome's inspector to set breakpoints on files that use cachebusters?

I'm trying to set breakpoints on a JS file but Chrome doesn't seem to recognize that the page is the same due to a cachebuster on the URL (e.g., &random=123). How can I convince Chrome that the ...
2
votes
2answers
92 views

Is there actually an invalid memory acess in my code?

I recently ran into a crash in my code where I was unsure of how and why it was crashing and began using static analyizers, then I began using Intel Inspector XE 2013. I kept running into the same ...
4
votes
1answer
203 views

Unity Custom Editor Like 'Layer Collision Matrix'

I'm trying to show a two-dimensional array in the editor like the "Layer Collision Matrix" is shown in Unity: Though instead of checkboxes I need ints, and a full grid (not the triangle shape.) I ...
3
votes
2answers
498 views

Unity Serializable Class Custom Inspector

I have a very simple class in unity, UnitRange (which has a minimum and a maximum range). [System.Serializable] public class UnitRange { public int Minimum; public int Maximum; } And this ...
5
votes
1answer
386 views

Chrome console debug is broken?

With the update of Chrome to version 2.3 I have the following problem. When ik debug something like console.log($('canvas')) I normally got some code back in the console (in this case html) which I ...
-1
votes
1answer
74 views

Is there any easy selector in JavaScript to get DOM elements?

I'm looking something similar to element inspector with mouse click in Opera Dragonfly and Firebug. After my click it'll show how can I get that element in JavaScript? Is there any tool for this?
1
vote
0answers
242 views

Why would actual displayed color differ from the hex color in inspector (in Chrome)?

Sometimes Chrome will draw a specific div using an incorrect color for a second or two while the rest of the page renders. The color then (very visibly) changes to the correct value. If I stop ...
0
votes
3answers
560 views

How to see missing resources coming from CSS (such as images) in chrome network inspector [closed]

In firebug in the network tab, it's possible to see when an image, such as a background image needed in some css rule, is missing (error 404). But I can't see the same in chrome inspector in its ...
0
votes
0answers
51 views

Object in Google Chrome inspector that show timing of function invocation

On this page there is very strange thing show up in google chrome inspector (I never seen it before) http://fortunes.pbworks.com/w/page/14107147/wisdom it show ► PBwiki._initialize() where console ...
0
votes
2answers
262 views

How get body of message in wcf inspector

I need monitoring response of service, I get body with method GetReaderAtBodyContents(), but when WCF send error message, body can't read because message haven't xmlelement("Text cannot be written ...
4
votes
2answers
363 views

Enhanced Object Inspector Expert plug-in for delphi IDE [closed]

I remember some guy made his one IDE expert, replacing stock object inspector adding filtering and such But i frankly forgot its name It was so generic that googling i only can get for runtime ...
0
votes
1answer
166 views

Chrome Inspector Hover Issue

Does anyone have any idea how to solve this issue using the Chrome inspector: If you inspect .outer and set the inspector to hover and then try to look at the styles of .inner whilst .outer is still ...
0
votes
0answers
25 views

Firefox Inspector - how to change from RGB to HEX color display? [duplicate]

Possible Duplicate: Stop Firefox rendering inline colours in rgb() form When using the Inspector within Firefox 13 (Mac), it displays all CSS color values in (stoopid) RGB. Is there a way ...
1
vote
2answers
97 views

How to recreate xcode's connections inspector view

I was wonder how I would go about creating something similar to the connections inspector view in the utilities panel in Xcode. The only thing I can see that looks similar is an Outline View or Source ...
0
votes
1answer
237 views

get element infromation from a page that use javascript

in a browser such as google chrome , when I want to get information of the page , I just select view page source but in some sites that use javascript you cant do that , so I discovered that on any ...
2
votes
2answers
71 views

Display a live numpy array

In APL, you can trivially bring up a window that shows the contents of a variable whilst your program is running and watch it update live. This is illustrated by the classic Game of Life video at 5 ...
1
vote
1answer
275 views

Use Chrome's webkit inspector to remove an event listener

I know you can see the event listeners in the Chrome Inspector but i'm doing some debugging work and there are so many event listeners lying around I'd like to disable some without editing the code ...
0
votes
1answer
227 views

Why is this DOM element shown greyed-out and isolated in Firebug?

I have a Backbone application that appends elements to the DOM. When I log these DOM elements to the console, they sometimes appear greyed-out and isolated in the Firebug inspector, like this: ...
0
votes
1answer
273 views

INVALID_ENUM with webGL drawElements

I´m coding my own webGL engine/framework, but something weird is happening: I´m drawing a simple plane (2 triangles, just for testing) geometry with gl.drawElements( drawMode , geometry.numItems , ...
1
vote
1answer
37 views

webkit inspector losing network data on page change

In Safari and Chrome I lose all my network data in the inspector when the page URL changes -- how can I keep that data around long enough to catch what I need / refer back to that data even after the ...
0
votes
1answer
71 views

There is a section in size inspector with name Autosizing. How to do it from code in OS X?

There is a section in size inspector with name Atosizing that can set left,right,up,down layout of a control,how can i do it from code ?
1
vote
0answers
141 views

APKinspector - Find String from Strings in SideView - Shortcut?

Searching for this has become exasperating - failing after three weeks of searching! So I hope one of you can tell me how I can kind of open a string that is shown in the APKInspector's SideView ...
1
vote
1answer
460 views

display custom events in webkit browser inspector timeline

I wanted to view custom events in the timeline of the web inspector of safari, or chrome's developer tools. Has anyone had success creating events and having them displayed in the inspector? This ...
0
votes
1answer
118 views

Keep Component Inspector state between applications switch in NetBeans

On NetBeans 7.0.1, if you are designing two User Interfaces, the "Component Inspector" becomes available while at "Design View", if you switch from one UI to another the Inspector randomly collapses ...
10
votes
5answers
3k views

HTML5 canvas inspector?

Is there any ability to inspect the objects rendered on a HTML5 canvas like we can do in Silverlight with Silverlight Spy ? If I use Chrome elements inspector I can inspect only DOM.
-1
votes
1answer
161 views

how to windows phone 7.1 emulator runtime inspector?

I want to make wp7 app GUI testing tool!!! wp7 emulator running on the app I want to get the UIElement. Did you get access to the runtime UIElement? wp7 emulator Run-time access to samples or Tip ...
0
votes
1answer
542 views

how to measure webpage loading time for each script, css, ajax including GET and POST requests for external website URL through program

I need to measure loading time of each component of web page ( css, javascripts, ajax request, including each resource with GET and POST methods. This could be done and watched through Chrome's ...
2
votes
2answers
557 views

Referencing Bindings in Connections Inspector

I'm new to Xcode 4.2, and I have a sample code from Apple, and I'm playing with it to make myself familiar with Xcode. I made a similar project with that of Apple's, and one button of my project (in ...
2
votes
1answer
260 views

windows forms inspector, by click

I am wanting to make an inspector of sorts for a windows app. so that I can fire it up (from inside the app itself) - it will give me a crosshair maybe and I can click on an item in a form/usercontrol ...
0
votes
1answer
1k views

Fiddler2 inspector cannot show WebForms view of request despite content-type: multipart/form-data

I'm a rookie starting to learn Fiddler2 chasing some problems with my ASP.NET webforms app. When I look at a particular request, I can only see the data in the Request.Forms collection via the Raw ...
16
votes
2answers
4k views

Using Chrome, how to find who's binded to an event?

Let suppose I've a link on my page: <a href="#" id="foo">Click Here</a> I don't know anything else, but when I click on the link, an alert("bar") is displayed. So I know that somewhere, ...
2
votes
2answers
140 views

Emulating Webkit's Element Inspector

I'm trying to let a user select an element on a page using their mouse, like you see in chrome's dev tools. (yes, I know it's open source and already js) The problem arises when trying to detect when ...
0
votes
1answer
32 views

Inspector seems to prevent user-defined classes from being cleared when connected to a figure

I am writing a basic GUI using classes in MATLAB. It involves basic uicontrols() and GridLayout components. Normally, if I close the figure and issue a 'clear classes' everything is fine. However, if ...
1
vote
0answers
299 views

Webkit command-line interface

Is there a way to retrieve information from a WebKit build using command-line? I'm particularly interested in retrieving information from the "Inspector Panel" such as the Network panel with resource ...
4
votes
1answer
527 views

XCode Invalid Provision Profile for running a profile/inspector - iPhone App

"A valid provisioning profile for this executable was not found" is displayed when I do a "command I" or XCode Product Menu and select the Profile menu item. I want to profile my iPhone application ...
2
votes
4answers
1k views

Can you add new CSS properties in Chrome Inspector?

Is it possible to add new CSS properties in the Chrome inspector? It seems that you can only edit existing properties. Also, once you edit the properties, is there a way to view the revised CSS as a ...
3
votes
2answers
503 views

Appcelerator Titanium Studio 1.0.1: How to show Inspector on OS X Desktop apps?

When I choose to show the inspector inside a desktop app, I get the error below. As their Wiki said, I've followed this: ...
4
votes
1answer
2k views

How do you configure a MessageInspector when using StandardEndpoints in WCF REST 4.0

I'm trying create and configure a Message Inspector to perform some authentication of a WCF Rest HTTP request. I'm using 4.0 so trying to steer clear of the WCF Starter Kit although I have managed to ...

1 2