I am using Typhon32 V4.6 on win7-64
I am experiencing the bug described here:
http://sourceware.org/bugzilla/show_bug.cgi?id=14018Whereby GDB is failing to notice debug points and also
producing all the above described symptoms including the register
not available one (winerr 5)
I tried running the test button on the project options/Debugging panel
(though I dont understand what it tests exactly) and that reports
an error : Fatal syntax error "BEGIN" expected but "end of file" found
I dont know if that is relevant.
The line before the error reads : Parsing implementation of .... \testcompileroptions.pas
I will try changing various options on the off chance that highlights the problems
My application builds/compiles and runs fine - I am debugging to adjust
things not because anything isnt working.
If it is relevant the application is one I have converted from delphi-5.
I had to remove all the UTF8 references the converter puts in again because they
just dont work.
Any suggestions to get debugging working would be welcome.
TIA