Browse Source

* Changed default debug server exe (bug ID 33140)

git-svn-id: trunk@38179 -
michael 7 years ago
parent
commit
92321c06e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-process/src/dbugintf.pp

+ 1 - 1
packages/fcl-process/src/dbugintf.pp

@@ -44,7 +44,7 @@ Function InitDebugClient : Boolean;
 
 Const
   SendError       : String = '';
-  DefaultDebugServer = 'dbugsrv';
+  DefaultDebugServer = 'debugserver';
  
 ResourceString
   SProcessID = 'Process %s';