Text only
|
Text with Images
Pelles C forum
Pelles C => Bug reports => Topic started by: Grincheux on September 01, 2016, 11:55:22 AM
Title:
IDE Crashes when comments
Post by:
Grincheux
on
September 01, 2016, 11:55:22 AM
I explain
/*
void MyFunc(...)
{
DoSomething(..) ;
// a = 3 ;
DoOtherThing() ;
return ;
}
*/
When removing lines from /* to */ the IDE crashes. This is caused by the single line comment
Text only
|
Text with Images