strange problem with use_module
db <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I use SWI-Prolog (Multi-threaded, 64 bits, Version 7.1.9)
on Ubuntu 12.04.
In a program I have the instruction :
use_module('my_module.pl').
It works if I do not use the graphical debugger.
But when I use the graphical debugger (with gtrace),
I obtain the following error :
ERROR: /home/Dominique/create_int_examples.pl:49: Initialization goal
raised exception:
ERROR: Domain error: `module_file' expected, found
`/home/dominique/Documents/Recherche/completion2.pl'
Anyone would have an explanation ?
Thanks a lot
Dominique