News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Symbols view and #line directives

Started by stevenkucera, December 17, 2013, 02:08:06 AM

Previous topic - Next topic

stevenkucera

Hi,

Thanks for Code::Blocks! I have installed it on Ubuntu 13.10 and would like to use it with http://www.lazycplusplus.com/. This makes .cpp and .h files from .lzz files, referencing to the .lzz files with #line directives in the .cpp and .h files. I have noticed: error/warning messages work well, cross-referenced to the original .lzz file. Also the debugger steps through the .lzz file magically rather than the generated .cpp file. However the Symbol view maps to the .cpp/.h file when you double click on an item. I'm wondering if it would be easy to add a feature so that double clicking on a symbol causes the editor to go to the original .lzz file.

Kind regards,
Steve