Remote debugging is the process of running a debug session in a local development environment attached to a remotely deployed application.
0
votes
0answers
15 views
“A remote operation is taking longer than expected” x64
First off, I think I've been to every website and forum there is that's discussing this issue and I've tried many different things. I'm at my wits end. This is the dumbest thing and I just want to ...
0
votes
2answers
14 views
iphone development how to get phone logs
Is there a way to get the file with the logs for a tester's phone?
I am developing this app and I want to view what the app outputed in the device logs
However I don't have the posibility to connect ...
0
votes
0answers
9 views
VS2010 Remote Debugging with Mobile APP
Currently I am developing an App with PhoneGap (html5 pages + Jquery). I am using WebAPI C# for sending/recieving Data via ajax. As I am starting to test the App I recongnized that there nonsense ...
0
votes
0answers
6 views
How to compile C++ projects on the server and debug the compiled project locally?
I'm developing C++ projects in Linux. Thanks to eclipse and CDT, I can write C++ with a GUI. We need to compile the code on our company's code server. Due to some reasons, we cannot debug remotely on ...
0
votes
0answers
8 views
VC++2012 Remote Debugging on a x86 Windows Xp Machine
Is it possible to debug a native C++ application (v110_xp toolset) on a remote Windows Xp (x86) machine?.
I've tryed to download the remote tools for VC++2012 on Windows Xp but I cannot install it. ...
0
votes
1answer
9 views
map port number of VM to named pipe
I'm currently looking into kernel driver development and have set up a Win7 Virtual Machine in VMware Workstation (Vmware academic program is great :)) and now I want to connect the Visual Studio ...
0
votes
0answers
9 views
Debuging remotely with a webservice in the middle
I have a JSP web application, that entirely rely on external webservice. I have JSP code but i haven't any control on webservice, I've setted all environment to run everything inside eclipse. The ...
0
votes
0answers
13 views
Program Error: Debugging on a remote computer having NO VS installed using temviewer
I have a clickone deployment on one of my friends system. The application works just fine on my system, however it has some issues running on his system.
I was going through the application installed ...
0
votes
0answers
21 views
Remote Debugging Javascript
Is it possible to remote debug javascript files, served via a web server, i.e. thin, unicorn, etc? If yes, how? I've tried eclipse + chrome dev tools, but that seems to only work when files are opened ...
0
votes
1answer
79 views
Qt Creator 2.7.1 and Qt 4.8.4 Cannot Remotely Debug Library
Using Qt Creator 2.7.1 and Qt 4.8.4, I made a Qt library and a simple Qt app that dynamically links against this library. I am attempting to remotely deploy and debug my App and step into my library ...
0
votes
0answers
21 views
Visual Studio 2012 SOA application remote debugging
How can I use the attach to process method to debug an SOA application running remotely in a windows HPC pack 2012 cluster. I am on a compute node and trying to see the process (SOA client process ...
0
votes
2answers
34 views
Where can I find the source for Chrome Dev Tools for Remote Debugging on Android?
Following the Chrome Remote Debugging on Android documentation, I am eventually redirected to a web app hosted on AppSpot.com. My organization has strict PII requirements and using an external app ...
0
votes
1answer
21 views
Why is there no Script option to attach to when Remote Debugging from VS 2010
Spot The Difference!
This is the list of code types I am allowed to "Attach to:" against local processes.
This is the list of code types I am allowed to "Attach to:" against remote processes.
...
0
votes
1answer
23 views
Weinre does not find any target
Sorry for the newbie question, but I spent the whole day trying to figure out why the target list remains empty.
This is what I've done so far:
Launched the Weinre host, bounded to my desktop ip ...
0
votes
0answers
28 views
How to redirect Emacs GUD input/output buffer source to serial port?
I'm remote debugging an ARM board using GDB with GUD as graphical interface. Everything goes well but the "*input/output*" buffer does not work.
The reason is obvious, the printf function on ARM ...