Board index » cppbuilder » bds2006 remote debug ignores paths?

bds2006 remote debug ignores paths?


2007-07-31 03:09:26 AM
cppbuilder101
bds2006 rmtdbg100.exe by default appears to be ignoring the paths of the
(command line) environment from which it is starting (i.e. not making them
available to whatever process it may be 'Load'ing.)
1)Is the above true/false?
2)If false, then any ideas as to what I'm not doing correctly?
3)If true, then is there any way to get it to honor/use those paths, or
otherwise specify what path environment it should make available to a
process it is loading?
Thanks.
 
 

Re:bds2006 remote debug ignores paths?

Quote
bds2006 rmtdbg100.exe by default appears to be ignoring the paths of the
(command line) environment from which it is starting (i.e. not making them
available to whatever process it may be 'Load'ing.)

1)Is the above true/false?
2)If false, then any ideas as to what I'm not doing correctly?
3)If true, then is there any way to get it to honor/use those paths, or
otherwise specify what path environment it should make available to a
process it is loading?

Thanks.
Not sure about the issue- as a work around you could launch the app normally
from the remote machine and then attach to the running process remotely.
This will not help if you need to debug the app startup, however...
Mark
 

Re:bds2006 remote debug ignores paths?

"Mark Guerrieri" < XXXX@XXXXX.COM >wrote in message
launch the app normally
Quote
from the remote machine and then attach to the running process remotely.
I can give this a try...
Thanks.
 

{smallsort}