Previous Next        Current Page: NeXtMidas Training / Support & Maintenance / Debugging / Debugging (ctd.)
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
Applets & WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
   - Requirements   
   - Definitions   
   - Documentation   
   - Debugging   
      - Debugging (ctd.)   
      - Debugging (ctd.)   
   - Maintenance   
   - Upgrading   
File Handlers   


  • Debugging
    Problem: Confidence test does not pass
    What test or tests fail?
    You can run the failed test individually to get more details.
    Macro Test (most common)
    nM> home test
    nM> %test_<failed test>
    nM> %test_timex
    
    JUnit Test
    nM> unittest <class name>
    nM> unittest nxm.sys.lib.StringUtil
    
    It is possible that some network-related tests could fail due to "external" issues (such as a pre-defined port not being available).