Menu

#1 display vs. print in ocamldebug

open
nobody
None
5
2008-10-18
2005-08-30
Anonymous
No

When you right-click on something like a list in the ide while debugging, and click "try to inspect..." it basically does a display <x> in the debugger. I think there should be an option for doing an effective print <x> instead, since that will print the full contents of the list, rather than just the

lst : move list = [Piece ...]

that display shows.

Discussion

  • Nathan Gaylinn

    Nathan Gaylinn - 2005-08-31
    • status: open --> closed
     
  • Kuba Ober

    Kuba Ober - 2008-10-18
    • status: closed --> open
     

Log in to post a comment.