Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
9 views

Plotly not executing

I am working on a plot that will be executed in Shiny. I attempted to prevent users from seeing errors when an incorrect data type is chosen and ggplot2 returns an error. Despite using tryCatch, I am ...
King Jo's user avatar
0 votes
0 answers
8 views

How to analize error and stacktrace in unmanaged code in net core docker container

I have floating bug that sometimes abort my net core 6 service in docker container. Last logs that I see: [2024-07-26 08:23:57.467 +00:00 INF] ...my logs dotnet: malloc.c:2379: sysmalloc: Assertion `(...
vitm's user avatar
  • 493
-1 votes
0 answers
7 views

Build Number is unaccessible [closed]

How to access Build number in Android TV Box if GRAYED OUT by vendor. I am unable to tap build number to get the developer option. And due to this I am unable to activate unknown sources, so no ...
Rajesh Ghodake's user avatar
0 votes
0 answers
9 views

Debugging 2D elastic collision code in Julia

I'm trying to write what should be, in principle, a relatively straight forward project: a program that deals with elastic collisions between particles in 2D, that then creates a movie of the scene ...
Alej's user avatar
  • 51
0 votes
0 answers
12 views

Error in system(cmd, intern = intern, ignore.stdout = ignore.stdout, ignore.stderr = ignore.stderr)

I am running an R script that uses cifti and am getting this error: Error in system(cmd, intern = intern, ignore.stdout = ignore.stdout, ignore.stderr = ignore.stderr) : error in running command ...
Edy's user avatar
  • 1
-1 votes
0 answers
16 views

How to connect an Android phone to a laptop without enabling USB debugging, or how to enable USB debugging on the phone? [closed]

I have an Android phone, and I forgot my password. I want to recover my data. I have connected my phone to my laptop and installed ADB. ADB is working, but when I run the command adb devices, my ...
ume aimen's user avatar
0 votes
0 answers
12 views

VSCode does not debug code when the start address is not 0x8000000 on an STM32

Im trying to debug STM32 code using VSCode and OpenOCD. If the start address of the code is 0x0800000 it works fine, but when I move it to account for my bootloader, vscode will not locate the start ...
Richard Klosinski's user avatar
-4 votes
0 answers
26 views

I am having a problem removing a google mark from my website [closed]

I am having a problem because my website is showing a google mark on the right hand side. I want to remove it. But I don't how to do this. The website name is https://mozodeals.com/. I have deleted ...
Amit Goyal's user avatar
0 votes
0 answers
16 views

Latest revyos TH1520 Linux kernel doesn't work on LicheePI 4a

Heyaw, We have a LicheePi4a board. We are using a linux kernel version that is around 8 months old (when we started the project more or less) which currently works. Now we tried to update the linux ...
Guillem Senabre's user avatar
0 votes
0 answers
5 views

It's there any way to get the thumbnail from the sai2 file?

For example, you can use some means to parse psd files and export them into image files, but how does PaintTool SAI2 get thumbnail? I tried x64dbg and IDA Pro to debug sai2.exe and got the folder C:\...
WerewolfwolfyXD's user avatar
0 votes
0 answers
26 views

count number of 1's in a bus using verilog. Having issue in the simulation (not getting proper output) [duplicate]

I am writing a verilog code to count the number of 1's in a bus. I have written a code which i think will do the job , but when i am simulating it on EDA playgrounds I am not getting the desired ...
Ritibh's user avatar
  • 1
-1 votes
0 answers
27 views

Weird debugging error lead to aborting in CLion/VS Code [closed]

I have a weird error. if I step into the line of the break point and then run a few lines, it will abort for strange reasons but if I jump over this line, it will just be fine. It is a function ...
user900476's user avatar
0 votes
1 answer
15 views

Cannot Add Debug Points After Upgrading to Android Studio?

I recently upgraded to Android Studio Koala and now I'm unable to add debug points. When I try to add a breakpoint, it appears in the Bookmarks tab but does not show up in the line where I set it. Has ...
Anandh Krishnan's user avatar
-3 votes
0 answers
44 views

Interpreting a keypad input to display on 1-digit 7-segment [closed]

The project As the title says, trying to do it using arrays for both the pad and the seg, but as you can see in the link I posted above it doesn't seem to work, tried to change alot of things but ...
Refaat's user avatar
  • 1
0 votes
0 answers
27 views

STM32F411 code only running when stepped through a debugger

We have a project running on the STM32F411 via the standard discovery board : https://www.st.com/en/evaluation-tools/32f411ediscovery.html It has been verified that with the STLink port plugged in the ...
Christopher Theriault's user avatar

15 30 50 per page
1
2 3 4 5
3513