339 questions
0 votes
1 answer
133 views
Top align text from LabeledContent and Text in a Form
How do I top align the text in the LabeledContent and Text in a Form? Here is my code: import SwiftUI struct ContentView: View { @State private var inspectorShown = true var body: some View {...
0 votes
0 answers
653 views
Error from MCP server: SyntaxError: Unexpected token
What is the correct way to print some logs using @modelcontextprotocol/inspector? The console.log is not working with @modelcontextprotocol/inspector. ... // Handle tool execution server....
-1 votes
1 answer
49 views
Public variables inside namespace class arent showing up in the unity inspector
im trying to access the atk, def, hp, spd, and mana variables on the inspector to add stats to a prefab, but they arent showing up on the inspector for some reason when I attach the script to the ...
1 vote
0 answers
77 views
Flutter inspector can't load and it stucks
Flutter inspector is not loading in one of my projects, it stucks in loading, see attached image. I tried clearing cache, restarting, still does not work. It's such a useful feature, debugging UI is ...
1 vote
1 answer
55 views
What are the substitutes or alternatives for GTInspector in Pharo 10 onwards?
An older Pharo package I've installed utilizes GTInspector which seems to have been part of the default installations prior to Pharo 10. In Pharo 10 attempting to install GTInspector installs most of ...
1 vote
1 answer
179 views
ScriptableObject changes in Awake() not displayed in Inspector until after Unity restart
I've created a ScriptableObject class MySO that gets modified in its Awake() function. I also added EditorUtility.SetDirty(this); as its last command. The class has a List<someOtherClass> myList ...
2 votes
1 answer
174 views
Why does the textfield not display the proper value, when i select it? (unity custom inspector)
I'm having trouble with my custom unity editor. I have created a TextArea in my editor script, but it acts strange when i try to change the value via code, while also selecting it. textEditor.text = ...
0 votes
1 answer
1k views
Get info from AWS CLI inspector2
I created a script to report on inspector output from the command line. aws inspector2 list-findings --query 'findings[*].{Severity:severity,Title:title,Instance:resources[*].id,Name:resources[*].tags....
9 votes
1 answer
949 views
Flutter Inspector Issue: Unable to Navigate to Widget Code in Dart File from Widget Mode
Previously, when I ran the app and turned on the widget mode in the Flutter Inspector, if I clicked on any widget in the APP, it would immediately navigate to the code related to that widget element ...
0 votes
1 answer
46 views
Cannot add button object to Script in Inspector
I have a MonoBehaviour script which have slots for buttons to act as a vehicles gas pedal and break pedal but i am unable to drag the button object on those slots. public Mybutton gasPedal; public ...
0 votes
0 answers
622 views
How to inspect React Native App UI Elements in Release build
I'm trying to find out how to inspect UI elements in my react native application which I have downloaded from Appcenter. Is there anyway that I can connect my device to a browser or any tool which ...
5 votes
0 answers
259 views
How to enable autoscrolling for console logs using Safari inspector
There should be an easy to find checkbox that enables/disables the autoscroll feature so that the latest console log is shown, but I can't find it anywhere.
0 votes
2 answers
257 views
Is it possible to hide an element in İFRAME?
I am using an İFRAME on my site tuning-doc.nl to select car makes with their horsepower. I would like to hide the following: Powered by Tuning-shop.com At the top and the bottom. I tried to hide these ...
3 votes
0 answers
795 views
Android Studio Flutter inspector not showing selected widget's source code on click
In my previous laptop, When I select the toggle select widget mode and then select the click anywhere on the screen it scrolls to the selected widget in widget tree as well as it move to the source ...
4 votes
0 answers
216 views
How can I view a component's filename and line number in React Native?
After upgrading my application from RN 0.46 to 0.71, I can't see the box in the Element Inspector that mentions the filename and line number of the component. I've tried almost all of the debugging ...