How to connect windbg and virtualbox - windbg

How to connect windows debugger and other dev tools on your host machine to windows xp on oracle virtualbox

It is possible to install WinDbg on both machines and then debug remotely,
http://msdn.microsoft.com/en-us/library/windows/hardware/hh451173(v=vs.85).aspx

Related

How to csetup VScode with WSL ubuntu for JTAG debug with openocd

As environment development, I am using WSL2 ubuntu on my windows machine to get my linux environment to build my code (SamC21 target).
I am using VSCode connected to this WSL ubuntu.
I have my JTAG probe (ATMEL ICE) connected on my Windows machine (Usb).
I installed openocd for windows, that i want to use to debug through JTAG.
How to configure VSCode (launch and task) to make it run?
Thank you

Can it be pre-configured, port numbers that vscode picks on remote server during remote development

I have vscode installed in windows machine and using for remote development on a linux server. the vscode extensions(such as ssh and intellisense) that I use runs as processes on linux machine and randomly picks some ports on remote linux.
Is there any way to specify what port numbers can vscode pick on remote linux.

How to run windows installation of PostgreSQL on wsl?

So I'm trying to get PostgreSQL to work on my windows device. I installed it through wsl and it all works, but I hear its safer to do the windows install and run it through wsl. How do I do this? What port do i give to the windows installation of PostgreSQL? Thanks!

How do I run eclipse remotely using Cygwin?

I'm running on Windows 7 and I want to be able to access the remote linux server at my school to run eclipse and do my programming assignments.
I installed cygwin, and ssh into the server, but whenever I run the "eclipse" command, it says "Eclipse: Cannot open display".
Is there any additional software I need to do, or commands I need to run in order to display the gui from my windows 7 computer?
aside from just running eclipse on my own computer, I want to do it remotely.
thank you
You need to:
Run an X server on your Windows machine; there's an xorg-server package in cygwin, use that (or the independent Xming).
Configure your ssh client to forward X11 traffic to the X server on your windows machine.
Here's a more detailed tutorial on doing this.

Launching applications on remote windows xp from ubuntu 10.04 machine

I have ubuntu 10.04 installed on my machine. I want to execute commands on remote windows xp machine ( I have username and password of admin account of remote machine ) so as to launch application like Internet Explorer, Notepad or some bat script. Is there any command line utility to do this via ubuntu? I tried rdesktop, winexe, ssh, telnet but they are not much of use. Can you please suggest some other way?
If you are able to install software on the Windows machine, you can use a Virtual Network Computing software (UltraVNC and RealVNC are good).
This will let you connect and interact as if you were in front of the machine.