Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
125 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,563
0 votes
0 answers
41 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
  • 17.9k
1 vote
0 answers
63 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
71 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
80 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
83 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
99 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.3k
0 votes
1 answer
61 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
86 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
78 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,512
-1 votes
1 answer
95 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
84 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,965
0 votes
1 answer
75 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
86 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
53 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
79 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
0 votes
0 answers
39 views

I am debuging remotly a ".net mvc web app" deployed in azure app service from Visual studio 2022, i managed to hit my breakpoints but my spies do not show any value, instead the value column ...
rachid.bouali's user avatar
2 votes
0 answers
194 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
0 votes
0 answers
75 views

I'm running a Go application using urfave/cli, where start is a subcommand. I'm using Delve (dlv) in headless mode to enable remote debugging from IDE like VS Code or IntelliJ IDEA. Here's the command ...
Le-BlitzZz's user avatar
1 vote
1 answer
329 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
49 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
0 votes
0 answers
67 views

Remote Debugging from Windows 10 of Airflow(v2.10.2)-DAG-Python(3.9)-Code running on RHEL 8 Linux box After searching a lot - Consolidated below steps to perform this But, still yet to achieve step-...
bsethi24's user avatar
1 vote
1 answer
188 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
  • 17.9k
1 vote
0 answers
54 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
0 votes
0 answers
51 views

I am facing the issue while remote debugging on Raspberry Pi Zero 2 (Raspberry OS Wornbook). I have a .NET 6.0 C# based console application that I want to attach to in the Linux machine. I can connect ...
Ignacio Soler Garcia's user avatar
0 votes
0 answers
50 views

enter image description here enter image description here Hello, I am a freshman for coding. But I met with this problem for so long time. I actually tried so many solutions here but still didn't work....
Xingjian Xu's user avatar
1 vote
0 answers
206 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
124 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
561 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,374
0 votes
0 answers
106 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
226 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
1k 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
0 votes
0 answers
37 views

I want to debug my python project using a remote debugger. So I created this launch.json file in .vscode folder of my project. { "version": "0.2.0", "configurations&...
user1383029's user avatar
  • 2,155
3 votes
0 answers
104 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
205 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
32 views

I have a multi project solution that I have deployed to a local server that has both a MVC site and an API service to populate it. When I try to attach to the w3wp process with the remote debugger, ...
C. Michael Warden's user avatar
0 votes
0 answers
199 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
128 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.5k
0 votes
1 answer
70 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
611 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,048
0 votes
0 answers
285 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
88 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
216 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
294 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,072
1 vote
1 answer
586 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
  • 11
0 votes
1 answer
145 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
89 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
1 answer
92 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
894 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
101 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