Arduino preprocessing stripping comments when creating .cpp file #3598
Labels
Component: Preprocessor
The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Milestone
Why has the IDE started stripping comments when preprocessing .ino files to .cpp files in the build directory? This is liable to make disassembly and real debugging more difficult (for those few who do it), and violates the principal of doing as little pre-processing as possible, and I don't see any advantage to doing it...
The text was updated successfully, but these errors were encountered: