-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilation
Milestone
Description
I started with a clean 1.0.2 installation, wiped the preferences.txt file as well. Enabled "preproc.save_build_files=true", but all that remains in /tmp/buildXXXXX is the .cpp and .cpp.d file. I would like to see the code after it has gone through the preprocessor with all text replacements done to debug compilation errors.
I think "-save-temps" would be nice to have.
Metadata
Metadata
Assignees
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilation