Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
58 views

I'm trying to connect to a Java applications running in GitHub Actions with the Java Remote Debugger (JDB) over SSH. Take a simple GitHub Actions workflow that: opens an SSH connection to allow ...
JackPGreen's user avatar
  • 1,168
0 votes
2 answers
121 views

I created a qcow2 file using qemu-img create -f qcow2 fedora.qcow2 20G . I installed Fedora 43 on that and I am able to boot it normally using qemu-system-x86_64 -m 2G -smp 2 -enable-kvm -drive file=~/...
babon's user avatar
  • 3,794
1 vote
0 answers
87 views

I have configured my computer for remote debugging: I have the Visual Studio solution and projects on my development computer and the testing is about to happen on a remote testmachine. On the ...
Dominique's user avatar
  • 17.6k
1 vote
1 answer
120 views

I am debugging a C program on Linux (x86_64) using GDB and AddressSanitizer. I have a stack variable: struct file_ctx ctx; memset(&ctx, 0, sizeof ctx); I set a hardware watchpoint on the ...
JacobNowitsky's user avatar
2 votes
1 answer
118 views

see also pydev debug server shows error that doesn't apply pydev debugger: unable to find translation for: (please revise your path mappings) https://stackoverflow.com/a/41765551/1497139 When ...
Wolfgang Fahl's user avatar
0 votes
1 answer
80 views

when we use vscode we can debug inside function from where we call function. How to do like that in google colab cloud server? Please help me. def decorator(func): def wrapper(): print(&...
Md Rakib Hasan's user avatar
-2 votes
1 answer
122 views

This is a follow-up to my question Which firewall rule applies on attaching a process to the development environment? On my test machine, I've restarted my firewall, after having added the Remote ...
Dominique's user avatar
  • 17.6k
3 votes
1 answer
270 views

I’m trying to remote-debug a Python service that runs inside a Docker container using PyCharm 2025.2.3 on macOS. I do have an active license, but the IDE no longer shows any obvious way to attach to a ...
Joy's user avatar
  • 4,593
0 votes
0 answers
92 views

I'm trying to setup remote debugging in Visual Studio (not VS Code!) using key-based SSH connection. It fails at the first step of adding new connection in Connect to Remote System dialog. I have ...
jackhab's user avatar
  • 18k
1 vote
0 answers
75 views

I am using Eclipse 2025-09. When attaching the remote debugger to Module B, my entire JBoss server gets suspended, even though I have set all breakpoint settings to suspend only the thread. I work on ...
aakarsh goel's user avatar
0 votes
0 answers
113 views

Setup: FastAPI running inside Docker container, python3.12 image. Connection to it via VSCode remote attach debugger This works if the application is started via python -m debugpy --listen 0.0.0.0:...
David Boshton's user avatar
0 votes
0 answers
99 views

the java remote debugging setup is so easy on both catalina and eclipse. Nothing can go wrong. But I just can't get it to work for me. Does anyone have the same problem? Can you point out what I have ...
Hoy Cheung's user avatar
  • 1,678
1 vote
0 answers
101 views

I am trying to debug a web app running on Samsung Internet (S22) using chrome://inspect/#devices. I can see all open tabs from my phone, but trying to inspect gives me HTTP/1.1 404 Not Found I tried ...
chibis's user avatar
  • 898
1 vote
1 answer
121 views

When I tried doing research on this, everything I found was how to debug an application running under Tomcat. I'm trying to debug Tomcat itself, because something strange is happening that I can't ...
Thom's user avatar
  • 15.4k
0 votes
1 answer
96 views

I want to do remote debugging in VS Code. I start a Docker container and attach to it from inside VS Code and opens a new window inside the container. Then I run in a VM my remote process and attach ...
Ulises V.'s user avatar
0 votes
0 answers
112 views

I am trying to debug a .NET MAUI application on a remote iOS simulator, but I am running into an issue when running the app on one of the available iOS simulators. The solution will build successfully,...
Bradley's user avatar
0 votes
0 answers
92 views

Please help me run a debugger to troubleshoot a docker application. I am following the instruction here Getting this error: "The platform '{0}' is not currently supported for Docker debugging&...
BabyishTank's user avatar
  • 1,522
-1 votes
1 answer
120 views

Redux-Devtools run fine if I have Inspect Mode and open the Redux tab. However, when I open remote DevTools I get the following error: call to Function() blocked by CSP I am using local (custom) ...
physicsuser's user avatar
0 votes
0 answers
100 views

I am trying to create an automation tool for scraping a site. As part of that, I am making a Python script that utilizes the Remote Debugging protocol through this library: https://github.com/jpramosi/...
Noob Doob's user avatar
  • 1,967
0 votes
1 answer
97 views

I am looking to remote debug a basic Scala Maven 'hello world' application, but I am unable to do so. Here is the code for the application https://github.com/231tr0n/scala-example-template/. The app ...
231tr0n's user avatar
0 votes
1 answer
109 views

How can I debug a java application deployed in EC2 instance from my Intellij, knowing that I have to use a jump server to connect the EC2 instance with SSH ??
rainman's user avatar
  • 2,659
2 votes
0 answers
55 views

I am attempting to Configure a Target Device for Debugging my Kernel Driver. I run into the problem that: error occurred while receiving data from the remote machine Error message: Unable to read ...
Sarah Weinberger's user avatar
0 votes
1 answer
98 views

I have java application started remotely(spring boot). We have gitlab pipeline which generates deb package and starts it on Ubuntu OS. I can do some things with that environment. For example restart: ...
gstackoverflow's user avatar
2 votes
0 answers
251 views

I'm trying to set up remote debugging for a Java application in Neovim using nvim-dap. However, when I try to attach the debugger, I get the following error: Error 09:21:30 notify.error DAP Error on ...
Joao Felipe's user avatar
1 vote
1 answer
416 views

I'm having an issue with remote debugging a C# application on a Linux server from Visual Studio. Despite being able to attach to the process, my breakpoints are not being hit, or more specifically - ...
Adi1992's user avatar
  • 77
0 votes
1 answer
52 views

After upgrade from 17.12.4 to 17.13.2 debugging by attach to process not working - hanging when it come to breakpoints. Desktop OS is Windows, remote OS is AltLinux.
isx's user avatar
  • 111
1 vote
1 answer
265 views

I'm building a Linux .net application and debugging it by publishing self-contained executable to the remote target host and attaching Visual Studio debugger. When I publish it as a single file with ...
jackhab's user avatar
  • 18k
1 vote
0 answers
56 views

Im working currently on a sideproject that centers around building a kind of "diy debugger" for an embedded controller im working with. I can not attach debugger directly to it, but im able ...
Xeroe's user avatar
  • 19
1 vote
0 answers
232 views

Context I am using VSCode on my host machine (using Windows) to remote (using Remote - SSH extesion) into my VM (Ubuntu) and I want to debug my C program using gdb but with VSCode user interface. I ...
Khoa Nguyễn's user avatar
2 votes
0 answers
139 views

I'm trying to remotely debug a Java web application running on Tomcat 7 using VS Code. The debugger successfully attaches to the remote instance and catches breakpoints in the call stack, but the ...
javaistaucheineinsel's user avatar
1 vote
1 answer
771 views

I'm trying to set up C++ debugging and for the n'th time stumbled across the MIMode key. So I thought it's about time to get a proper understanding of it. I've read the DAP specs already which was ...
glades's user avatar
  • 5,472
0 votes
0 answers
120 views

I'm not sure what I'm doing wrong but I'm going to the Attach to Process menu and attaching as expected. But instead of opening a window to the app, the output window just spits out a bunch of ...
Avery's user avatar
  • 3
0 votes
0 answers
256 views

I Am trying to set up the debug environment for Pycharm and Python(Flask) in Docker (with docker-compose) and I stuck into the problem stated here. My setup of the entry point of the app: I put it ...
user20541486's user avatar
1 vote
1 answer
2k views

I'm new to developing on the Raspberry Pi, and I'm trying to get setup so as I can build some headless console apps in Visual Studio 2022 with C# and .Net Core 8. I've been developing windows software ...
Pete's user avatar
  • 1,897
3 votes
0 answers
131 views

I'm trying to debug a remote application with gdbserver. GDB has a feature to load shared libraries used by the application (and their debug symbols) from the target system, which is usually super ...
rkjnsn's user avatar
  • 985
0 votes
1 answer
252 views

For the first time, i installed vscode in my laptop to work on a remote server (tradtionaly i'm using spyder when i'm working locally). I'm facing difficulties to debbug python codes in the distant ...
paul18fr's user avatar
0 votes
0 answers
215 views

I am trying to debug a cortex-m0+ code using IDA, but on each step of code the debugger switches the disassembly from thumb mode to arm mode on its own. I can't find any relevent option in IDA that ...
Guy S.'s user avatar
  • 45
2 votes
1 answer
154 views

I have some C++ and Python code which I sometimes want to debug. I have a server to which I connect my debugger using ssh. All my code in on the server. I use Visual Studio Code for both C++ and ...
anatolyg's user avatar
  • 28.6k
0 votes
1 answer
88 views

I have spin up one container which is running a micronaut app inside it. I have passed all required JVM arg for JMX connection but still VisualVM/Jconsole not able to connect to it. When I am trying ...
Manish's user avatar
  • 1,525
3 votes
1 answer
685 views

Context I have a problem with my PHP website. To solve it, I want to step through the code. I am on a Windows machine using VSC as IDE. PHP runs in a docker container in parallel to an nginx container....
andymel's user avatar
  • 6,138
0 votes
0 answers
342 views

I get the following error: Unable to launch browser: "spawn S:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe EACCES" LAUNCH.JSON FILE: { // Use IntelliSense ...
SRT's user avatar
  • 1
2 votes
0 answers
98 views

I'm trying to build a project on a remote machine (remote: Linux, host: Windows 11) using СMake. The configuration seems to be successful, but the following error appears: "Error: file=//home/...
Kiyen11's user avatar
  • 21
0 votes
1 answer
252 views

I want to debug my project, which uses CMake. I have a virtual machine (ubuntu) and I am using Connection Manager in VS2022 to connect to my machine by ssh. The connection is successful, but when I ...
Kiyen11's user avatar
  • 21
2 votes
1 answer
356 views

I'm trying to debug an executable, that I manually built with clang, with lldb on MacOS host (ssh'd into) machine, through ssh. However, when I run it I get: (lldb) error: process exited with status -...
User 10482's user avatar
  • 1,082
2 votes
1 answer
760 views

In my visual studio 2022 c# Console application I try to debug on a remote machine. My intension is to start the project direct out of visual studio. I know its also possible to start the executable ...
mattias's user avatar
  • 21
0 votes
1 answer
158 views

We've set up a Heroku Ruby on Rails API app and used the Pipeline feature to create a Production and Staging copy of the app. We develop on a Linux VM with VSCode Remote from Windows PCs and push ...
Bill Wagoner's user avatar
0 votes
1 answer
101 views

Use the 202 as the jumpmachine,and 192 is the targetmachine,I added the following to the.config file: Host 202...* HostName 202...* User jump Port 22 Host 1921via202 HostName 192...* User target Port ...
sunny's user avatar
  • 1
0 votes
0 answers
121 views

I have VS Code installed on my client (laptop). PHP is installed on the server. However, since its shared hosting, I can't install anything myself (like Xdebug). Is possible to debug PHP (set ...
Shane Goodman's user avatar
0 votes
1 answer
1k views

I've been struggling to set up debugging for my project, I want to do the following: Compile source code (c++ project) on my windows PC using vscode and WSL. Launch the executable on my embedded ...
BakeThemAwayToys's user avatar
0 votes
1 answer
133 views

I have managed zu compile a C++ Project in VS2022 Pro for running on WindowsXP 32bit. The VS2022 runs on Windows 11. I used platformtoolset v141_xp and Windows SDK 7.0, since its the last version ...
woelfchen42's user avatar

1
2 3 4 5
54