Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
44 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

1
2 3 4 5
171