File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ To run this demo, open two terminal windows. In the first window:
1212** Linux:** 
1313
1414``` shell 
15- LD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello=" HelloService:create" 
15+ LD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello=" HelloService:create --Ice.Trace.Dispatch " 
1616``` 
1717
1818** Linux/macOS:** 
1919
2020``` shell 
21- DYLD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello=" HelloService:create" 
21+ DYLD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello=" HelloService:create --Ice.Trace.Dispatch " 
2222``` 
2323
2424** Windows:** 
2525
2626``` shell 
2727set  PATH=%PATH%; ./build/Release
28- icebox --IceBox.Service.Hello=" HelloService:create" 
28+ icebox --IceBox.Service.Hello=" HelloService:create --Ice.Trace.Dispatch " 
2929``` 
3030
3131In the second window, run the client:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments