remote-debugging

Attach to Android process from Qt Creator

二次信任 提交于 2019-12-08 15:55:44
问题 I use Qt Creator to develop an Android dynamic library, i.e. a .so file. This .so file is then used by an Android application, but that is developed in Eclipse. I need to debug my native code, but since it's a library, I can't start the application from Qt Creator, I must attach to the already running process . Now, if it were a desktop application, I'd use Debug->Start Debugging->Attach to Running Application , but how do I attach to an Android process, which would be running on the emulator

Visual Studio 2013 remote debugging, auto deploy?

孤者浪人 提交于 2019-12-08 15:07:46
问题 When I tried remote debugging with Windows Store applications (Metro applications), it was very easy. In the Start drop down I could choose one of the remote computer. Then VS built the project and automatically deployed the executable to the remote computer and ran it. It felt as if it were local debugging. Now that I want to try remote debugging with an Windows application (simple C# Windows Forms), it was not that easy. I read the following page: http://msdn.microsoft.com/en-us/library

How To:Debugging Rails 3.1.x app(Ruby 1.9.3) on Aptana Studio3 in Ubuntu

白昼怎懂夜的黑 提交于 2019-12-08 11:00:18
问题 Is rails debugging supported on Aptana Studio 3. I have earlier debugged Rails applications on Aptana Studio2 with the embedded browser and embedded servers. 1)How to start rails application in Debug Mode? 2)How to enable remote debugging in firefox? My work environment is as follows and I have been using RVM Rails 3.1.x Ruby 1.9.3 Ubuntu 10.10 I have already installed the debug related gems ruby-debug-base19 (0.11.25) ruby-debug-ide19 (0.4.12) 回答1: Try removing (commenting out) ruby-debug

How to allow remote conection with Karaf (for doing remote debugging)?

℡╲_俬逩灬. 提交于 2019-12-08 07:33:19
问题 I need some help. I have a vmware virtual machine with a Karaf server and some java applications deployed. I've started karaf with debug flag and it opened port 5005 for debugging. What I want to do is connect to this port with eclipse to do remote debugging, but I am always refused to connect. I can access to the virtual from an external firefox using the VM IP, but when I enter the karaf port 8181 I'm not able to connect. Do you know how to enable Karaf to accept remote connections? Thanks

XAMPP 1.7.3, Eclipse PDT & XDebug - Debugging a PHP web page in Eclipse never stops at breakpoints

╄→尐↘猪︶ㄣ 提交于 2019-12-08 03:47:33
问题 My development web server is currently a XAMPP 1.7.3 on my localhost (Win XP). I just set up my Eclipse 3.6 PDT with XDebug . It works fine, if I debug a file as a "PHP script", but when it comes to debugging it as a "PHP web page", XDebug ignores the breakpoints completely. Only a manually inserted xdebug_break() inside the code stops the debugger. This isn't very useful, if you want to use conditions with Eclipse's breakpoints. Here my config: php.ini: zend_extension = "C:\xampp\php\ext\php

Visual Studio 2012: Can I start a .NET 4.5 application in a remote debugger (and not only attach)?

倾然丶 夕夏残阳落幕 提交于 2019-12-08 02:08:06
问题 Platform: * Visual Studio 2012 * C# WPF application * Visual Studio 2012 remote debugger tools. My .NET 4.5 application on a 64-bit system crashes at an very early stage. I have the Visual Studio 2012 remote debugging running on the (remote) 64-bit system. I can connect from my development computer with Visual Studio 2012, all fine. My problem is that I need to attach to a process in order to remotely debug. Before I can attach to the process, the application has crashed. Basically I want to

Setup Xdebug and PHPStorm with remote server

蓝咒 提交于 2019-12-08 01:10:32
问题 I'm trying to debug a PHP script using Xdebug and PHPStorm on a remote server, and am quite new to remote debugging. I do not have full access to the server but have FTP (not SFTP) access to most of the files (I can't get to php.ini for example). Xdebug is installed on the server correctly according to the wizard on their website and uses default values. I have all project files downloaded and setup in a project, which is setup for deployment. This works fine. To setup debugging I've

How do I remote debug a net46 ASP.NET Core application in Azure?

孤人 提交于 2019-12-08 01:06:28
问题 I am trying to remote debug my net46 ASP.NET Core application in Azure. It appears the debugger attaches to the process just fine (WebApiNetCore.exe), however the breakpoints I've set are not being hit. The available processes I have to choose from are here. I've tried selecting all of these options and they don't seem to work either. Is it currently possible to remote debug a net46 ASP.NET Core application? 回答1: I have found a resolution to this issue. Originally, if I select "Attach to

How do I inspect table variables and temporary tables from within a debugging session in SSMS 2008?

依然范特西╮ 提交于 2019-12-08 00:59:29
问题 I'm stepping through a stored procedure in SQL Server Management Studio 2008 (SSMS). The code creates some table variables as well as temporary # tables that I would like to inspect as I go along. Now the other local variables I can see in the "Locals" window and while the table variables are listed there, I can't see their contents. I would also like to inspect the # temp tables but again any select statement that I want to run against them will need to come from the same session as the code

Azure Remote Debugging: Failed to enable remote debuggingException from HRESULT: 0x89710023

浪尽此生 提交于 2019-12-07 19:18:16
问题 I'm getting a strange error: ' Failed to enable remote debuggingException from HRESULT: 0x89710023 ' while I'm trying to debug remotely Azure Website. I'm using VS2013 with Azure Tools v.2.2. There are a lot of people who are getting this error here http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-web-site-with-visual-studio-2013.aspx but there is no working solution. Resolved I've managed to resolve this as installed Azure Tools 2.2 on a new machine with