How do I attach a remote debugger to a Python process?

use Winpdb. It is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb. Features: GPL license. Winpdb is Free Software. Compatible with CPython 2.3 through 2.6 and Python 3000 Compatible with wxPython … Read more

How to set up remote debugging on a machine without Visual Studio

I’m going to resurrect this because anyone who’s tried to do this knows it’s a complete pain in the ass every time, and that it changes slightly with every possible combination of host/remote system you can have. Visual Studio Remote Tools Links: Visual Studio 2010 remote debugger. (Working as of 21/Oct/2016) Visual Studio 2013 remote … Read more

Java remote debugging, how does it work technically?

The debugging features of the JVM are provided via the Java Platform Debugger Architecture (JPDA). The JPDA itself is composed of the following: Java Virtual Machine Tool Interface (JVM TI) – the native programming interface for tools to use. This interface allows for state inspection and helps in controlling the flow of execution within the … Read more

How to wait until remote .NET debugger attached

You can use the System.Diagnostics.Debugger.IsAttached property to check if a debugger is attached to the process. This application will wait until a debugger has been attached: using System; using System.Diagnostics; using System.Threading; namespace DebugApp { class Program { static void Main(string[] args) { Console.WriteLine(“Waiting for debugger to attach”); while (!Debugger.IsAttached) { Thread.Sleep(100); } Console.WriteLine(“Debugger attached”); … Read more

How to debug web sites on mobile devices?

This is the correct answer, not sure why Blaine only left it as a comment! As of iOS 6 Remote Debugging is available: https://stackoverflow.com/a/12762449/72428 On OS X you can use the Safari web inspector on the iOS Simulator AND iOS 6 devices. First enable the Developer menu in Safari on your Desktop. Next, enable remote … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)