8,523 questions with no answers
-3
votes
0
answers
44
views
How to run a Spring Boot application in IntelliJ with debugging enabled?
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 ...
-3
votes
0
answers
44
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
42
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 ...
0
votes
0
answers
44
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?
...
0
votes
0
answers
44
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:
...
0
votes
0
answers
121
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(&...
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 ...
0
votes
0
answers
63
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
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 ...
0
votes
0
answers
104
views
PyCharm no Traceback Messages anymore after update
I updated my PyCharm to 2025.2.2 Comunity Edition. Since then I don't get any traceback calls while debugging. So if the program terminates due to an error, the only output is following message:
...
0
votes
0
answers
38
views
Debugging Structure formulas in Jira Cloud
In the non-cloud version of Jira, Structure had a debug feature where you could step through the Jira formula's execution and see the values in each variable. That feature either doesn't exist in ...
0
votes
0
answers
72
views
Visual Studio debugger crashes when selecting IFormFile in Swagger UI
I'm running an ASP.NET API in Visual Studio. I have an endpoint to upload a file using IFormFile.
[HttpPost(Name = "AddDocument")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ...
0
votes
0
answers
16
views
How to make IDA 8.4 display NULL pointers in structs as valid (non-error)?
In IDA 8.4, when I define a struct in C syntax: struct mystruct { void *myptr; }, then I create a struct var with mystruct, and the value is 0, then IDA displays the pointer with red background, ...
0
votes
0
answers
23
views
Is there a way to debug macports provided packages with source code?
How do I debug a macports provided package with the source code?
I currently see the decompiled assembly language, what I need is the line on which the code crashed.
Process 90037 stopped
* thread #1, ...
0
votes
0
answers
117
views
Debugger not stepping through code in VSCode with Rust – Unable to debug using `lldb` on Windows
I'm trying to debug my Rust project in VSCode but the debugger doesn't step through the code. I have lldb configured as the debugger, but breakpoints aren't hit, and I can't step through my code. I’m ...
0
votes
0
answers
42
views
Emacs interactive functions that generate lisp-errors with some names when using Ivy and lsp
Many interactive functions generate lisp errors depending on the function name when using ivy and lsp and debugging it is difficult (in part because of the bytecode compile-function references). This ...
0
votes
0
answers
90
views
Getting a fatal error in Windbg on strat up of target virtual machine
I just setup this WinDbg debugging configuration yesterday and I'm getting a fatal error of memory corruption. The target machine is VMWare Workstation 17.5.x over a COM port named pipes. Secure boot ...
0
votes
0
answers
126
views
Debugging MSVC/PDB applications in VS Codium
I do a lot of C++ programming in VS Code, and I'd like to switch to the less Microsoft-related VS Codium, which I gather has to make use of a different collection of extensions. Everything has worked ...
1
vote
0
answers
97
views
Treat every line of my code as a breakpoint
I am working on a C# web app. I want to do something in the UI, then break as soon as the request hits any of my organization's C# code. I do not want to break as soon as it hits Microsoft middleware,...
2
votes
0
answers
99
views
Using qKnowledgeGradient with SaasFullyBayesianSingleTaskGP gives shape mismatch error
I’m trying to use qKnowledgeGradient with a fully Bayesian SAAS (Sparse Axis Aligned Subspace) GP (Gaussian Process) (using SaasFullyBayesianSingleTaskGP) in BoTorch. I'm doing so by writing a new ...
0
votes
0
answers
110
views
Why doesn't GDB hit the breakpoint at main after monitor reset run with OpenOCD?
I'm debugging a Cortex-M4 embedded device using GDB and OpenOCD.
Here's what I do:
Connect GDB to OpenOCD:
target remote :3333
Set a breakpoint at main:
break main
Then reset and start the program:
...
0
votes
0
answers
55
views
How to properly set up debugging for a TypeScript Node.js project using decorators and ES modules?
I have a TypeScript Node.js project that uses:
Experimental decorators ("experimentalDecorators": true)
Emit decorator metadata ("emitDecoratorMetadata": true)
ES modules ("...
0
votes
0
answers
66
views
debugging break error in jq JOIN function
I'm trying to get more information on an error in jq.
I have two files, let's call them file1.json and file2.json, both of which contain an array of objects that I want to join by a common property, ....
0
votes
0
answers
53
views
Python debuggers - Internals
I have been reading about the sys.monitoring API that has been released for Python 3.12. I understand a bit of its working and can point sys.breakpointhook to my own function and print out simple ...