Skip to main content
0 votes
1 answer
133 views

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 {...
koen's user avatar
  • 5,918
0 votes
0 answers
653 views

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....
molavec's user avatar
  • 9,304
-1 votes
1 answer
49 views

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 ...
Alejandro Velasquez's user avatar
1 vote
0 answers
77 views

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 ...
AVEbrahimi's user avatar
  • 19.6k
1 vote
1 answer
55 views

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 ...
vfclists's user avatar
  • 20.5k
1 vote
1 answer
179 views

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 ...
Gabriel Balassa Turu's user avatar
2 votes
1 answer
174 views

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 = ...
Kian's user avatar
  • 61
0 votes
1 answer
1k views

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....
techguy101's user avatar
9 votes
1 answer
949 views

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 ...
Al Hasan's user avatar
  • 162
0 votes
1 answer
46 views

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 ...
saqib's user avatar
  • 35
0 votes
0 answers
622 views

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 ...
Madhu's user avatar
  • 939
5 votes
0 answers
259 views

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.
tamio42's user avatar
  • 465
0 votes
2 answers
257 views

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 ...
user avatar
3 votes
0 answers
795 views

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 ...
Ahsan Javed's user avatar
4 votes
0 answers
216 views

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 ...
mobster1940's user avatar

15 30 50 per page
1
2 3 4 5
23