32 questions from the last 30 days
-4
votes
1
answer
51
views
I tried everything and I just wanna toggle my elements
I'm doing a mini project for a coding bootcamp and I'm trying to toggle elements.
I have a form on my page that I want to make invisible when you submit it, so that the rest of the page shows. It isn'...
0
votes
2
answers
41
views
showDialog function in flutter not doing anything
I'm making a simple 'To Do List' app In Flutter, When I press the 'floatingActionButton' it's supposed to to show a pop-up where the user can input a new task, But nothing is displayed when the button ...
0
votes
0
answers
32
views
Set dotnet version to use for debugging
Is there a way I can set the dotnet version to use for the debugger. I am using the one (debugger) that comes with C# Dev Kit. I currently have dotnet 8 and dotnet 2.2 installed but the debugger ...
0
votes
1
answer
28
views
Very long errors when attempting to save flows in PA Cloud
Power Automate (Cloud) lately has been having trouble properly displaying error messages. Instead of the errors being parsed, a very long piece of JSON is displayed (sometimes over 25k chars). It's so ...
-3
votes
0
answers
42
views
MacOS: Using TextEditor with AttributedString uses wrong selection highlight colour in dark mode?
I am using the new AttributedString in Swift 26 with a TextEditor in dark mode to track selections for a qualitative data analysis tool.
ISSUE:
In dark mode, the highlight colour inherited from system ...
0
votes
0
answers
17
views
How to debug service worker in phone-installed PWA?
I am having issues with fetch() statements in my service worker in a progressive web app installed on my Android phone (with Chrome). Ordinarily this would be easy to debug by sending messages to ...
-2
votes
0
answers
67
views
Global variable is undefined [closed]
I can’t create a new column. I’m working on a school finder program that calculates the nearest schools based on latitude and longitude between all schools in my country and the user’s location. I ...
-2
votes
0
answers
44
views
How can I implement detailed user activity and environment logging in a React app to reproduce hard-to-debug issues? [closed]
I'm building a React web app where users sometimes report vague problems like:
This part isn’t working
or
It works on my phone but not on my laptop.
When we try to reproduce these issues, they ...
0
votes
0
answers
25
views
Issue Connecting STM32F407G Discovery Board to STM32CubeProgrammer
OS: Ubuntu 24.04.2 & Windows 10
CubeProgrammer Version: 2.20.0
Board: STM32F407G-DISC1
Firmware Version: V15J63M63
I am having intermittent connectivity issues with my discovery board and the ...
1
vote
1
answer
112
views
No debug info when debugging with load process
I have compiled my application using the Debug configuration and placed the resulting EXE in another folder.
Now, I would like to debug it using Attach to Process.
The application runs, but I can only ...
0
votes
0
answers
29
views
Stakater/Reloader doesn't detect secret change
I have a bug raised in stakater/reloader Github page.
In a nutshell, I have reloader running in namespace reloader and application with secrets running in the namespace test, the deployment gets ...
0
votes
0
answers
39
views
UIImage not showing in Xcode Debug
When I try to check any UIImage, it doesn't show. I can see MTLTexture, but not UIImage. I can see images if I go to the older branch, but not the current branch that I am working on. How to fix this?
...
3
votes
1
answer
126
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 ...
0
votes
0
answers
40
views
.NET 10 MAUI Hot Reload fails: “No method by the name ‘GetProjectFullPathAsync’ is found”
After updating my Mac to macOS Tahoe 26.0.1 and Xcode 26, the XAML Hot Reload in my .NET 10 MAUI projects stopped working.
When I make any XAML change, the app stays unchanged and the output shows:
...
-2
votes
1
answer
171
views
Why does my Quick Sort implementation sometimes cause stack overflow on large arrays with duplicates? [closed]
I’m trying to implement an in-place Quick Sort in Python. I have two slightly different versions of my partitioning logic, and I’m confused because both seem correct on small arrays, but the second ...
0
votes
0
answers
120
views
AttributeError: 'NoneType' object has no attribute 'columns' BPTK-Py
Depreciation_DM = model.constant("Depreciation_DM")
Depreciation_DM.equation = 0.0708
DMPIncRate = model.constant("DMPIncRate")
DMPIncRate.equation = 0.0284
DMPInc = model.flow(&...
3
votes
2
answers
235
views
BPTK-Py: base ** variable_exponent in equation returns 1.0; np.power/np.log not supported on Converter
I’m building a simulation in BPTK-Py and need a power with a variable exponent inside a node equation:
Resale_Value_DM1.equation = 1 - Depreciation_DM
Resale_Value_DM2.equation = Resale_Value_DM1 ** ...
1
vote
1
answer
56
views
How to debug cuda in Visual Studio with "step over"
I installed NVIDIA Nsight Visual Studio Edition 2025.01 in Visual Studio 2022.
I want to debug code, but I can't debug with step over(F10), The debugger always stops at a location without a breakpoint....
0
votes
0
answers
40
views
How to inspect structures like NSRect/NSSize using lldb?
I have previously used lldb to print structures like NSRect or NSSize of 3rd party processes without issues. But I am struggling in modern versions of Xcode to inspect them. Namely since the ...
-3
votes
1
answer
236
views
C++ matrix class' operator* returns wrong answer [closed]
I've been tasked to write a code which implements a matrix class with a typical set of matrix operations, for example multiplying matrices with entries taken mod 1000 (EDIT: the dimensions are bounded ...
2
votes
2
answers
178
views
How to debug external program run in main function in C?
I want to add a breakpoint in the line system("/path/to/world") in VS Code for debugging the /path/to/world program with gdb.
Here is the source code of /path/to/hello.c:
int main(int argc, ...
-1
votes
1
answer
76
views
White Screen, Translation Loading Warning, and Header Errors with Medservice Child Theme after WordPress 6.8.3 [closed]
My site shows a white screen and some PHP warnings when I try to:
Activate any plugin
Log in to wp-admin (if logged out)
Save changes in the page builder
This happens only when using the Medservice-...
2
votes
1
answer
84
views
Question about running GDB with stripped binary and debug symbol file separately
I wrote a simple example program as below and tried to debug using gdb.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
int function1(void)
{
...
-3
votes
0
answers
68
views
How can I combine my C++ source in debug mode with libraries in non-debug mode?
I am developing a relatively large application using Qt, SystemC, and QCustomPlot libraries. When debugging, it takes a long time for those libraries to load. How can I combine (at CMake level) my own ...
0
votes
0
answers
27
views
Why does Erlang/OTP 28 debugger:start() not open the monitor window immediately?
I am following the instructions described in https://www.erlang.org/doc/apps/debugger/debugger_chapter to start the debugger. However, after debugger:start()., I only get the message Command is taking ...
1
vote
0
answers
115
views
Angular app on Visual Studio 2022 with new build system (ESBuild)
I have an Angular web app, on Visual Studio 2022; its client and server parts are inside a single solution ("ClientApp" folder for client-side Typescript sources and "Controllers" ...
0
votes
1
answer
115
views
VSCode C/C++ Debugger: Set as working directory the target install directory
I am building a cpp application using as IDE VSCode with extensions CMakeTools and CppTools. To configure the project I use cmake presets. By default, all presets set as build directory {sourceRootDir}...
0
votes
0
answers
133
views
backtrace_symbols can see the full stack but gdb backtrace can't
I have two separate c++ CMake projects, a library and an application. Both are build using in Debug mode with
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g3 -O0 -fno-inline -fno-omit-...
0
votes
0
answers
62
views
Virtual Phone in Android Studio in loop showing Starting Up…
At the moment, I am trying to get a virtual phone (Pixel 7) running in Android Studio. I already tried the following things, to optimize/ enable the bootup:
deactivated VBS
activated ...
1
vote
0
answers
45
views
VSCode debugpy launcher command not executing automatically in terminal after shell initialization commands
Problem
When launching a Python debug session in VSCode using debugpy, I see three commands spawned in the integrated terminal:
devbox shell - executes automatically ✓
source /path/to/project/.venv/...
0
votes
1
answer
25
views
Error while executing command 'node_modules/.bin/react-native run-ios --no-packager --verbose' (error code 101) (error code 303)
This issue occurs when trying to launch the debugger through the installed React Native Tools extension from Microsoft in VS code after following the instructions on creating a launch.json file in the ...
1
vote
3
answers
141
views
VS Code No Output when debugging, Has output when running
#include <stdio.h>
int main(void)
{
printf("output test");
int y = 8;
printf("this is a test %d", y);
return 0;
}
Correctly output to Debug Console when ...