1./ Application stop to responde while debugging a piece of codeI found a bug with the debugger.
It is easy to reproduce.
Create a new MS DOS project and paste the piece of code contains in the following archive
http://www.badongo.com/file/302168Now debug the code.
Put a breakpoint as indicated in the code.
Press F7 up to the test function.
Move your mouse above the piece of code str[0] (in main function) => C::B display its content in tooltip
Now continue to debug and enter in the function test
Move again your mouse above the piece of code f_str[0] => C::B freeze
You have to kill the process :cry:
If you do the same test with the second variable, C::B does not freeze but all the buttons of the toolbar become disable!!!
2./ Crash when exit Code::Blocks with any debug window openIt seems that exit C::B with any of debug window opened make crash C::B after several second.
In a first time C::B is closed bug the floating window stay opened. After two or three second, C::B crash itself.
It is easy to reproduce.
Simply open C::B without project. Open any window (watches for eample) and now quit C::B.
The watches window stay opened and C::B crash.
I am on Windows 2000 sp4.
I have also post these bugs on BerliOS forum.
Is it useful to post bugs on these two forum or do I only post them on the BerliOS?
I hope you could fix these bugs.
Thanks and have a nice day.