Browse thread
Is it possible to debug (multithreaded) lablgtk2 apps?
- Matthieu Dubuget
[
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: | -- (:) |
| From: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Is it possible to debug (multithreaded) lablgtk2 apps? |
Hello, I'm trying to use camldebug. But I'm afraid I'm accumulating difficulties: - under mingw - lablgtk2 + multithreaded app With a very simple app, the programs run and works once started from camldebug (from emacs), but my breakpoints are ignored. With the more complex app I wanted to work on, the IHM is never shown. I think that I will revert to the good old Printf method. Salutations