Board index » cppbuilder » bds2006 remote debug ignores paths?
dhoke
![]() CBuilder Developer |
dhoke
![]() CBuilder Developer |
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. |
Mark Guerrieri
![]() CBuilder Developer |
2007-07-31 05:19:13 AM
Re:bds2006 remote debug ignores paths?Quotebds2006 rmtdbg100.exe by default appears to be ignoring the paths of the This will not help if you need to debug the app startup, however... Mark |
dhoke
![]() CBuilder Developer |
2007-07-31 07:55:37 PM
Re:bds2006 remote debug ignores paths?
"Mark Guerrieri" < XXXX@XXXXX.COM >wrote in message
launch the app normally Quotefrom the remote machine and then attach to the running process remotely. {smallsort} |