Product
  Service
 

 

     One main use of simulator is to debug programs. Xiptech simulator provides powerful debug function. It can take place of ICE in many situations. Sometimes it can be better than ICE. Following shows the base debug functions.

   Debug Functions    Comment
       
  Code break point   set break point on physical or virtual address, will not slow down the simulator

  Memory break point   set break point on physical or virtual address, set on memory ranges

  Code profile    

  Memory profile    

  Deterministic   helps to replicate the racing bugs



     User can use API of XTSim engine to expand the debug functions. You can control every thing in the simulator. You can let it cooperate with other tools, like GDB.

See Also

Simulator
Typical uses
XTSim engine
Comparing with other simulators
Virtual network
API and device expanding interface