VSBridge for Linux enables compiling and debugging Linux applications directly from the familiar Visual Studio environment. Developers can continue using the same shortcuts and commands to achieve maximum efficiency by providing one complete flexible development environment that eliminates the need to work with Linux native tools.
VSBridge for Linux provides native Visual Studio project features including:
* Various build abilities
o External Makefile
o Project Build(auto generated makefile) – build from project
o Local Build - using cross compile
o Remote Build over "SSH"
o Build multiple configuration (Batch Build)
o Receive all build errors directly to Visual Studio
* Flexible target support – easily navigate Between targets, compile and run on different targets
* Project Templates – various project templates for simple project initiation
VSBridge for Linux enables Visual Studio debugging regardless of The Target including:
* Source-level debugger and a machine-level debugger - Remote over "SSH" or using GDBServer
* Breakpoint; condition, hit count and more
* Memory window – read and write memory
* Call stack window
* Threads window
* Registers window
* Watch window
* Process Windows – list of remote processes, enables killing remote processes
* Attach to process – attach to remote processes
* Console Windows for inferior processes with I/O
* Remote Execution – enables to start remote programming from inside the visual studio including console windows for remote processing with I/O