Ramana Suvarapu created AVRO-1370:
-------------------------------------
Summary: C++ code generation should generate individual header
files for each type
Key: AVRO-1370
URL: https://issues.apache.org/jira/browse/AVRO-1370
Project: Avro
Issue Type: Improvement
Components: c++
Affects Versions: 1.7.4
Reporter: Ramana Suvarapu
Currently C++ code generation generates single header file which inludes all
the type definitions and encoding and decoding of the types. When generated
header file is huge, we are experiencing issues when debugging in VS2010.
The issues are
1) Unable to set the breake point at desired location.
2) When compilation errors occur, doube click on an error taking the control to
wrong location of the file.
If split the file into mulitple parts, then it works. Is it possible to make
the changes to codegeneration to do generate mulitple header files for type?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira