remote-debugging Questions

4

Solved

I am doing Python development in Raspberry Pi. I have installed VS Code in my laptop and have installed the ssh extension. Using this I can easily connect to Raspberry Pi. While I am connected I ca...
Antitank asked 16/8, 2022 at 17:33

4

Solved

Unfortunately, MS block workable link to download VS_RemoteTools_X86 for VS2019 and redirect this link to advertising of Visual Studio 2022. I don't need new Windows, new Visual Studio, new Framewo...
Elohim asked 15/11, 2021 at 16:42

17

I'm trying to use the Remote-SSH extension to edit files on a Debian server. The SSH connection is established correctly but then I get an error message : Failed to connect to the remote extension...
Fossilize asked 3/3, 2020 at 12:52

4

Solved

I've installed Remote Tools for Visual Studio 2012 on a remote computer in the same domain. I can ping and telnet connection to the defined port. I'm trying to find the server when I open the "att...
Disenchant asked 26/11, 2012 at 11:21

3

Solved

TL;DR - This is a PyCharm remote interpreter question. Remote libraries are not properly synced, and PyCharm is unable to index properly when using remote interpreter. Everything runs fine. Followi...
Sight asked 22/12, 2022 at 8:54

11

I'm using Google Chrome v35.0.1916.114 and followed the steps to enable remote debugging on my Samsung Trend Plus GT-S7580 which runs Chrome v35.0.1916.122. I can effectively view the opened tabs, ...
Burk asked 28/5, 2014 at 14:0

6

Solved

I'm tired of inserting import pdb; pdb.set_trace() lines into my Python programs and debugging through the console. How do I connect a remote debugger and insert breakpoints from a civilized use...
Yulandayule asked 12/2, 2009 at 20:54

7

I connect my HTC10 to my Windows 7 PC and initially Chrome gives me this message. If I manually start the adb server with adb start-server it connects to the device, but as soon as I try to inspect...
Precaution asked 29/3, 2017 at 19:43

12

Solved

I've got a server running on DigitalOcean and a JAR file that I want to debug. I first start the JAR on the remote server using java -jar Server.jar -agentlib:jdwp=transport=dt_socket,server=y,sus...
Farthermost asked 13/11, 2016 at 16:27

24

When I debugging in VS2013 update3, msvsmon.exe crashed when hit at a breakpoint. It shows "The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging will be aborted". I'm not us...

6

I am looking for a way to debug a device remotely over the Internet. I am getting a lot of bug reports from my users which I can't even reproduce. It would be easy to solve them if I could debug t...
Tananarive asked 16/6, 2012 at 10:25

8

Solved

I have a java application running on linux machine. I run the java application using the following: java myapp -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000, suspend=n I have...
Blouse asked 10/6, 2009 at 12:27

8

I am trying to debug remotely via Visual Studio 2010. But I am unable to tell the debugger to use another (remote) account on the remote machine. (Not to use my account.) Any hints? UPDATE: I do...
Dialecticism asked 26/10, 2011 at 15:34

26

I realize that the normal way to disable debugging is by going to the developer menu. The problem is that since I turned on debugging for my app I am testing (React Native & Android emulator) I...
Beekeeping asked 21/11, 2016 at 11:42

4

Solved

I am debugging an Android app that usually crashes when I plug into an Arduino it is supposed to be communicating with. Consequently, I need to get a wireless connection to the device's logcat, whi...
Etan asked 16/3, 2018 at 21:39

2

Solved

I am adding the GRADLE_OPTS to system environment variables as: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 I have created the remote debugger from InteliJ IDEA for th...
Kibitzer asked 8/6, 2016 at 12:8

26

Solved

I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and want to access localhost over there from another computer (192.168.1.2). On my desktop I ca...
Tsarevitch asked 2/4, 2011 at 15:39

3

Solved

Introduction to the problem I'm trying to create a MacOS app that prints a "Hello World" in C++ using Visual Studio 2022 (latest release 17.2.0) on Windows and the CMake template so I c...
Coming asked 17/5, 2022 at 16:21

2

Solved

I'm releasing an app for a client soon, and I'm concerned about supporting the product over time, and I'd like to get some ways of logging exceptions and general info during operation. I'm thinking...
Award asked 20/8, 2020 at 14:6

9

When I start PyCharm for remote python interpreter, it always performs "Uploading PyCharm helpers", even when the remote machine IP is the same and already containing previously uploaded helpers. I...
Shirr asked 7/12, 2016 at 17:16

5

Solved

Strange thing. I just can't use remote interpreters. I'm 100% sure I saw it before. WTF? I have configured ssh deployment connection and vagrant box. There is nothing interesting under more butt...
Anthracoid asked 11/5, 2016 at 10:13

2

Solved

Sometimes I am doing simple fixes for rather huge Java application and I don't want to open Eclipse for this task. Eclipse starts long and since the project is build out of large number of subproje...
Gev asked 19/4, 2012 at 11:57

3

I'm asking my network admin to open up ports on the firewall to allow remote debugging. It says in the documentation on MSDN that it needs UDP 135. However, the admin says that a number of non-stan...

0

my system which I develop MAUI on is not enough for running android emulator, so I decided to run android emulator on another Computer and debug my project remotely on it, I use this help to make a...

5

Solved

I was remote debugging with Eclipse on my Ubuntu VM fine to a remote WebLogic application, then it stopped working. I have debug turned on in the remote server. From my VM I'm able to telnet into t...
Unconstitutional asked 10/12, 2014 at 16:24

© 2022 - 2024 — McMap. All rights reserved.