Skip to main content

Questions tagged [debug]

To debug is to attempt to locate and remove errors (bugs) in a computer system.

0 votes
0 answers
14 views

In Xcode there a way to mark a routine so that 'Step Into' will skip over the routine?

When stepping through code with the debugger using 'Step Into,' Xcode steps into constructors, destructors, and assignment operators. This is especially frustrating when the routine is compiler-...
Todd Stanley's user avatar
0 votes
0 answers
223 views

PowerShell: Diagnose timeout vs. connection refused on TCP port with Test-NetConnection

I frequently need to diagnose network connectivity issues and I'm currently using Test-NetConnection in PowerShell (Version 5.1). The output tells me if a port is reachable. In case it's not, I would ...
everdream's user avatar
4 votes
1 answer
338 views

CURL fails with exit code 18 for SFTP with just few bytes remaining for file sizes less than120KB , but not when I add strace to sshd

There is weird issue with curl in Amazon Linux 2 server. It fails with exit code 18 with just about ~1MB bytes to read. So to troubleshoot the issue, I have setup local SFTP server. so my curl command ...
GP92's user avatar
  • 307
1 vote
1 answer
156 views

How to modify an OpenWrt package for experimentation

OpenWrt documentation is very fuzzy on how to make quick changes to a package for development or experimentation. Are there step-by-step instructions on how to modify a package from the standard ...
Konstantin Glukhov's user avatar
1 vote
1 answer
187 views

How to add Visual Studio Code hotkey to start debugging with a specific launch config even if it's currently not the active one?

If I for example had 3 "Launch" configuration defined for PowerShell: { "version": "0.2.0", "configurations": [ { "name": &...
Ralf_Reddings's user avatar
0 votes
0 answers
80 views

Windows 10: Find out the exact reason for an unresponsive application

I am recently facing randomly unresponsive applications. I would like to exactly pinpoint / debug the reason that causes the application to hang. CPU utilization is low, memory usage is normal. So I ...
Philipp F's user avatar
  • 111
0 votes
0 answers
55 views

Heartbeat token failed

I have a new one today : this ! root@lab-web2:/etc/heartbeat# systemctl status heartbeat ● heartbeat.service - Heartbeat High Availability Cluster Communication and Membership Loaded: loaded (/lib/...
FuxT's user avatar
  • 74
0 votes
1 answer
58 views

OpenVPN+xfreerdp works on Linux Mint but not on ChromeOS - how to debug?

I work from home and use openvpn to connect to company network, then use xfreerdp to connect to my workstation. It works on Linux Mint. When I copied all the files to my Chromebook, installed the same ...
Reverent Lapwing's user avatar
0 votes
2 answers
406 views

Windows 10 x64 StorNVMe Flooding DebugView?

All of a sudden I'm getting flooded in DebugView with a loop of this information: 587615937500 - STORMINI: StorNVMe - POWER: Setting F-state idle timeout to 200ms 587617968750 - STORMINI: StorNVMe - ...
user3161924's user avatar
1 vote
1 answer
137 views

How can I debug Binary batch file?

I have a .bat file in binary format. But I don't know its functioning. How can I view the content in detail or debug the binary .bat file, or convert it to exe file?
Bernd Groger's user avatar
1 vote
1 answer
2k views

How to make yt-dlp JSON data not return null when a YouTube video is in "upcoming" mode?

The following command works for me (meaning it returns JSON data for the video): yt-dlp.exe https://www.youtube.com/watch?v=1C0ZtmBlL-s --skip-download --dump-single-json --no-check-certificate --...
Satvik Kelsey's user avatar
-1 votes
1 answer
15k views

What exactly cmake say: /usr/bin/ld: cannot find -ledit or /usr/bin/ld: cannot find -lcurses?

I am using ubuntu 20.04. I am doing debugging of building with cmake. What exactly cmake say: /usr/bin/ld: cannot find -ledit, i.e.what is ledit? What is /usr/bin/ld: cannot find -lcurses exactly? I ...
Dmitriy Ogureckiy's user avatar
0 votes
1 answer
45 views

Steps to analyse network issues

I have total strange and somehow random network issues since a firmware update of my router. The thing is that I notice that some streaming services and voice assistants aren't working well. They are ...
rekire's user avatar
  • 484
1 vote
1 answer
97 views

Debugging internet connectivity delay issue

Problem For quite some time now, I am experiencing hiccups in my network connection, although the speeds are on par with what ISP offers (tested with https://speed.cloudflare.com/). Specifically, when ...
Alexandru Dinu's user avatar
2 votes
0 answers
72 views

From client side only, show all options pushed from server to OpenVPN client

I have no access or control over the server. How do I view the list of options pushed to my client?
goweon's user avatar
  • 1,753

15 30 50 per page
1
2 3 4 5
28