Table of Contents

Launching remote and local MinGW-compiled programs

To launch and debug a new process on remote Unix machine or local machine (MinGW or Embedded-Systems), use the "Launch Remote Process" command from the WinGDB menu. The following dialog will appear:

Some of the fields are required: The remaining fields are optional: Also you can set "Stop in main()" check box to make the process stop at the first instruction of the "main()" function. Otherwise the process will run until a breakpoint is reached, or the program exits.


Relaunch remote process
To run remote process with the same settings like in previous session use 'Relaunch remote process' option from WinGDB menu.

Table of Contents


Copyright (C) 2008-2010 WinGDB.com. All rights reserved.