NO

Author Topic: IDE Crashes when comments  (Read 1944 times)

Grincheux

  • Guest
IDE Crashes when comments
« 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