Remote debugging settings

  • Thread starter Thread starter Jan Bares
  • Start date Start date
J

Jan Bares

Hi,

it is nice that the remote debugging settings is separated from local
debugging (I mean Remote command). But, unfortunately still one option is
shared - the Working directory. Why? I certainly have different working
directory for local and remote debugging.
I have VC 7.1.

Jan
 
Hi Jan,
But, unfortunately still one option is shared - the Working directory.
Why? I certainly have different working directory for local and remote
debugging.
The Working directory option is shared because we assumed most VC users
would use the same working directory for debugging their programs
regardless of whether locally or remotely.

In this issue, it appears our assumption missed your case. We will pass
your concern to the product team.

We are looking at continual improvement, and it's this kind of feedback
that let's us know what things you're trying to do, that we haven't yet
exposed for you.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Gary,

thanks for reply.
The Working directory option is shared because we assumed most VC users
would use the same working directory for debugging their programs
regardless of whether locally or remotely.

This was wrong assumption because the meaning of Working directory for local
and remote debugging differs. In remote debugging it is the directory as
seen by the remote machine :-)

Thanks Jan
 
Back
Top