Skip to main content

Questions tagged [debugging]

Debugging is a methodical process of finding and fixing bugs in a computer program. **IMPORTANT NOTE:** This tag is ONLY for questions about debugging techniques or the process of debugging itself, NOT for requesting help debugging your code.

debugging
0 votes
0 answers
7 views

Connecting PUMPKIN USB Debug Adapter to computer

I'm working with the PUMPKIN GNSS receiver, and I'm looking to connect the PUMPKIN USB adapter to try and figure out what's happening. The receiver's user manual says to "Open a terminal to the ...
Zumi Riekse's user avatar
-1 votes
0 answers
13 views

What happened to DevTools and why are they painfully slow now?

I've recently updated Chrome DevTools, now debugging is painfully slow. What happened? This seems to have worked for me, hope it helps! Open DevTools settings Click "Experiments" tab Scroll ...
Matthew Nolting's user avatar
-2 votes
0 answers
15 views

strange qeustion about using vscode + wsl2 + codelldb to debug rust program [closed]

env: OS: windows11 22631.3880 vsocde 1.91.1 wsl2 Unable to debug program using automatically generated configuration by codelldb. The following is the config: "version": "0.2.0", ...
Next4's user avatar
  • 1
0 votes
0 answers
10 views

Firefox only- Fetch GET (JSON) shows "NS_BINDING_ABORTED" with Service-Worker

I am using a Service Worker to serve cached data (1st time loading from server, then loading from Cache if same request). A GET Fetch request to my server returns valid JSON data. On second Page load, ...
DavidDunham's user avatar
  • 1,320
-1 votes
2 answers
25 views

"detail": "Not Found" Error With Python Django REST API

Im having an issue with a Python Django REST API i've built that manages the file upload and retreival from and to a Google Cloud SQL DB. I am not exactly sure whats causing the error but whene i run ...
Sarimm Chaudhry's user avatar
0 votes
0 answers
12 views

A problem occurred evaluating project ':app'. > Could not get unknown property 'flutterRoot' for project ':app' of type org.gradle.api.Project

FAILURE: Build failed with an exception. Where: Build file 'C:\Users\Slava\AndroidStudioProjects\fbiblioteka\android\app\build.gradle' line: 2 What went wrong: A problem occurred evaluating project '...
slay1k's user avatar
  • 1
1 vote
1 answer
29 views

Float values get rounded creating a Hex Grid in Unity

My code generates a grid with a specified width and height and Instantiates a "hexTilePrefab" at the calculated floating point positions. The prefab has a class "HexTile" attached ...
SoggyEyeball's user avatar
0 votes
0 answers
12 views

React Component Workflow Issue: onComplete Function Undefined in Multi-Step Form Process

I'm working on a React application that involves a multi-step workflow process. The application manages various types of items, each with its own sequence of forms and actions. The expected workflow ...
Sanmi's user avatar
  • 1
0 votes
0 answers
20 views

The emmeans error: "'x' is not positive definite" [closed]

I am now running a linear mixed effects model and want to use emmeans() to do the post-hoc tests. Here is my code: mod.cog_engagement <- lmer(scale(cog_engagement) ~ Year_ID*Group + (1 | school) + ...
Mason's user avatar
  • 1
1 vote
1 answer
24 views

Is it possible to modify the 'Step Into' functionality of the python debugger not to iterate the lines with the function parameters?

Let's say I am working on the following python code: def f(a, b, c, d): print(1) f(a=1, # breakpoint b=2, c=3, d=4) After hitting the breakpoint when I try to 'Step Into' ...
Marcin Knapik's user avatar
-1 votes
0 answers
31 views

During debug vb.net script, the code becomes c#

I have a VB.net script and I want to debug it. For do this I attach the debug to a Windows application.I have setted some brakpoints in the script, but when the script recive them, the IDE makes a new ...
Gianfranco Vrech's user avatar
0 votes
0 answers
41 views

No effect after i have updated my GDB version to 11.2. GDB debug failed

I have the same question. And i have all ready done the recommend solution that i updated my GDB to v_11.2. And i also have added it to the system environment path and updated the launch and task file ...
xs_william's user avatar
0 votes
0 answers
10 views

In VS Code on windows when I run debugger for Bun I get URL cannot be parsed

When I run a Bun application with Elysia framework on Windows 11 in VS Code debugger, I get this error: "ws+unix://C:\Users\amira\AppData\Local\Temp\pq0941kmg6.sock?wait=1" cannot be parsed ...
Amir Allahdadian's user avatar
0 votes
0 answers
17 views

How come I don't see yolo.yaml file in my yolov9 folder when trying to train data in G.C it expects that file

I've come across a problem. I'm doing object detection on Google Colab with the CNN Yolov9. I'm running into issues because I'm trying to train the data using a command, but the error is saying: To ...
Briana Deloatch's user avatar
-2 votes
0 answers
42 views

Get local variables from scope

Just need to read remotely local vars from Scope, using Chrome Dev Tools. That Scope of variables we can see when debug using Google Chrome F12 Tab. I need to automate it, using Python, when I pause ...
user26406664's user avatar

15 30 50 per page
1
2 3 4 5
3512