Remote debugging with Visual C++ 2005 and PSPLink?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
HexDump
Posts: 70
Joined: Tue Jun 07, 2005 9:18 pm

Remote debugging with Visual C++ 2005 and PSPLink?

Post by HexDump »

Hi all,

I have been debuggin on linux remotely with psplink + eclipse. Now I´m on windows and need to do same thing. Is there any posibility to do remote debuggin with vc++ 2005 + psplink?.


Thnaks in advance,
HexDump.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

I dont think you can, there are tutorials for configuring vs2k5 to work with gcc backend, you could even get it to auto start your application from the IDE but I dont think it is possible to actually do any real debugging with VS cause there are no published interfaces for the debugger to allow you to write a GDB compatible stub :(
onne
Posts: 24
Joined: Tue Aug 29, 2006 11:54 pm

Post by onne »

But alternatively you can also install the Eclipse on Windows as well.
HexDump
Posts: 70
Joined: Tue Jun 07, 2005 9:18 pm

Post by HexDump »

This is what I have did :). A pitty not to have everything in one ide, but ey! eclipse works outstanding on win too :).


HexDump.
Post Reply