52,749 questions
-2
votes
0
answers
64
views
R dplyr: How to filter murders dataset by region and homicide rate and select only specific columns without triggering validation errors [closed]
I need some help in my coding related to Basic Data Wrangling. The instructions for coding in R are as follows:
Let's say you want to live in the Northeast or West in US and you want the homicide rate ...
-3
votes
0
answers
47
views
How to run a Spring Boot application in IntelliJ with debugging enabled? [closed]
I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected.
However, this ...
-4
votes
1
answer
64
views
I tried everything and I just wanna toggle my elements [closed]
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
1
answer
45
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 ...
-3
votes
0
answers
49
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
28
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 ...
0
votes
0
answers
33
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 ...
3
votes
1
answer
128
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 ...
-2
votes
1
answer
176
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 ...
3
votes
2
answers
239
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 ** ...
0
votes
0
answers
46
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 ...
-1
votes
1
answer
79
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-...
-3
votes
0
answers
72
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 ...
1
vote
0
answers
122
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
0
answers
144
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-...
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/...
1
vote
3
answers
149
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 ...
0
votes
0
answers
37
views
.NET MAUI: Problems writing to File in Android Emulator with debugger
I write some data to a file that the user can choose with a File Picker.
Here my test code with some nonsense data:
private async void DoExportAsync()
{
// write some data to a temporary file
...
0
votes
1
answer
104
views
"[Errno 28] No space left on device" when trying to save a jupyter notebook
I'm currently working on a thesis project using jupyter notebook on a remote cluster. After running my code I'm not able to save anything anymore and I keep getting the following error:[Errno 28] No ...
0
votes
0
answers
18
views
"Debug the current line or selection" not working properly in Spyder on Mac
In Spyder 6.1.0, with Python 3.13.5 on MacOS Tahoma (26.0.1), debugging the current line or selection doesn't show the blue arrow pointing to the current line. The debugger still works, as one can see ...
2
votes
1
answer
480
views
Are extension properties subject to being displayed in the debugger by default?
I'm working on building up my extensions utilizing the new extension member syntax so I can add static class methods and extension properties for my commonly used operations.
I have defined a few ...
0
votes
1
answer
119
views
VS Code Breakpoints not working while debugging Azure Function
I'm using VS Code on Windows 11, to debug my Python Azure Functions locally
When running the debugger I am prompted with the following (https://i.sstatic.net/4a65Y85L.png)
When I select the option,'...
2
votes
1
answer
92
views
PTRACE: track nested thread
I am building a debugger using ptrace that monitors global variable accesses. To do this, I must also follow all threads created by the traced program.
Problem: I expect to receive a SIGTRAP stop with ...
0
votes
1
answer
163
views
.NET MAUI: Wireless deployment for .NET MAUI iOS apps not working (Visual Studio 2022)
I've got a new MacMini with MacOS 26 and Xcode 16.4 and an iPhone SE 2022 (3rd gen) with iOS 18.7.
I've connected the iPhone via USB to the MacMini and setup everything so I can deploy a sample app ...
2
votes
1
answer
62
views
FastAPI won't recognize module changes
I keep my SQL hooks in a separate module. I added a function, and for the life of me I cannot get it to be registered in the fastAPI. I can alter the main file of the fast API, but it just keeps ...