- Only runs with exact POSE 2.0b3 (Anybody out there who has got GDB with a later built of POSE to run ??).
- Debugging is only accurate if the ENTIRE source code is merged into ONE file. You can run multiple files but need to swap the files by hand durring your debug session.
The reason is because the symbol file is not generated 100% accurate. If somebody of you out there knows where to get the sources of gcc I'd like to look into that.
- Breakpoints only accurately work in the main file
- Speed: Due to massive inter-process communication the stepping is slower than I'd like it to be.
- On Dialup Networks the Dialup screen pop's up. No idea why. Just cancel it and continue.
- Starting up a debug session is a bit time sensitive. Starting the Pilot app'l too early brings the debugger out of sync. Please restart your debug session.
- General stability. Sorry but I just have a handful of fairly small projects to test my debugger with. If you encounter some strange behaviour please try getting a scenario that is reproducable and run the session with logging on. Then pass me the log file in your VFDIDE system folder.
|