Does SMLNJ have any sort of debugger?

后端 未结 4 1941
梦如初夏
梦如初夏 2021-02-07 05:38

I have looked through the SMLNJ User Guide and can\'t find anything about debugging capabilities. I\'d love to just see a stack trace, or step through a function. Is this possib

4条回答
  •  失恋的感觉
    2021-02-07 06:07

    From section 3.3 of the SMLNJ faq:

    Q: Is there a debugger for SML/NJ? What ever happened to Tolmach's debugger for SML/NJ 0.93?

    A: The short answer is no.

    Also:

    Debugging SML 
    
        * For years, no one had an SML debugger
    
        * Why?
              o No one had any bugs?
              o It is hard to write a debugger for SML
              o The user community wasn’t large enough
    
        * Likely all three are true
    

    There's a .NET compiler, though, which claims to have some debugging support..

提交回复
热议问题