1,680 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
11
views
Watch an expression at a specific call stack entry?
In Visual Studio 2022, C# project, I need to keep an eye on an expression that's valid only in a specific method, but I need to keep an eye on it even when I'm stepping through called methods, and ...
3
votes
1
answer
143
views
How to manually load a native visualiser during debugging in Visual Studio 2022?
I'm working with COM objects, which means I need to debug SAFEARRAY objects.
It looks as follows in the watch-window:
receivedData 0x007cc980 safearray of UI1, [rank]=1 _variant_t
safearray ...
1
vote
0
answers
51
views
How do I get CLion to show me return values of functions?
I'm debugging a C++ program in CLion 2024.1. I've read that it offers the ability to show a function's return value, without that having been assigned to a variable. But - I don't see that in the ...
0
votes
0
answers
33
views
how can launch watch app from iOS like nike run app
I've been looking for way to open watch app from iOS
but all of them say use WCSession but this is not working unless watch app os foreground.
but on nike run app, even though I haven't run watch app, ...
0
votes
0
answers
45
views
How to support Wear OS data transfer in kill state with react-native-wear-connectivity (React Native + Wear OS)
I'm using React Native plugin called react-native-wear-connectivity to handle communication between an Android app and a Wear OS watch using the Wearable Data Layer API.
The plugin works well when ...
3
votes
3
answers
106
views
Cmd with pipe, awk and quotes into watch
Following this : https://superuser.com/questions/276701/using-the-watch-command-with-an-argument-that-contains-quotes
I want to put following line into watch cmd.
wc -l myfile | awk '{print "Done ...
0
votes
1
answer
103
views
How do I fix Error: EPERM: operation not permitted from a gulp task?
[13:04:33] Finished 'deploy_resource_packs' after 10 ms
[13:04:33] 'watch_scripts' errored after 2.21 s
[13:04:33] Error: EPERM: operation not permitted, watch
at FSWatcher._handle.onchange (node:...
1
vote
0
answers
64
views
How to get TYPE_ROTATION_VECTOR sensor data on Galaxy Watch7
I try to develop Android app where I need get watch orientation with max possible frequency. I discover issue with getting TYPE_ROTATION_VECTOR sensor data on Galaxy Watch 7. if I register sensor ...
1
vote
1
answer
125
views
When debugging JS in VS Code, why are some object properties faded in color?
When I add this particular preexisting variable from our codebase (typescript) on watch in VSCode, I can see some attributes in faded color and some in normal color. The variable is of type any. I don'...
0
votes
0
answers
101
views
Nuxt3: useAsyncData + $fetch + watch , can't send cookie header when watch value changed
I want to fetch data from middleware server with cookie.
When I opened the first page, I fetched data without error. But page number changed (currentPage.value changed and watch acted), error occured.
...
0
votes
1
answer
671
views
Mono-repo with turbo and esbuild combination - JSON files changes not triggering watch build
I have a typescript backend mono-repo and am using a combination of pnpm, turbo and esbuild tools. I have setup the standard watch mechanism by running the "turbo watch build" command which, ...
0
votes
1
answer
296
views
VS2022: Watch contents of managed variable in the watch when only knowing its actual address
I've got a (legally) decompiled C# code. Variables shown in that code cannot be queried from the watch (Visual Studio). Debugging dually with the disassembly pane, I came across the address of the ...
1
vote
1
answer
406
views
Multiple 'Restarting server/server.js' messages when using 'tsx --watch' in script
I've added a tsx --watch command to my package.json scripts to watch changes in my server file. Here's the relevant part of my package.json:
"scripts": {
"dev": "...
1
vote
0
answers
60
views
DevServer is not reloading files after html-bundler-webpack-plugin was installed on WebPack5
Hello Guys I've been working on creating a local dev env using Webpack to develop sites, the devServer.watchFiles was working until I installed the html-bundler-webpack-plugin I've tried all read all ...
1
vote
1
answer
120
views
Change label Color on Date Picker Swift UI
So I want to change my Date picker (WheelDatePickerStyle) label color, currently default is green i want to change to yellow already tried several properties like accentColor but didnt work.
Thanks
...