Browse thread
ocamldebug: User-defined printers for abstract data types?
- Stefan Ratschan
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-03-27 (11:45) |
From: | Stefan Ratschan <stefan.ratschan@c...> |
Subject: | ocamldebug: User-defined printers for abstract data types? |
The ocamldebug manual entry for load_printer says: "The loaded file does not have direct access to the modules of the program being debugged." So I have to put the whole printer definition into the loaded file. But then, how can one write a printer for abstract data types? External files do not have access to those. Stefan Ratschan