Comment by debugnik 16 hours ago Debugger positions on the other hand are a pain with these things. 2 comments debugnik Reply amelius 14 hours ago Uh yes, that's what I meant ;)In C/C++ you have the #line preprocessor directive. It would be nice if Go had something similar. debugnik 10 hours ago Go has apparently got //line directives, and this project uses them.
amelius 14 hours ago Uh yes, that's what I meant ;)In C/C++ you have the #line preprocessor directive. It would be nice if Go had something similar. debugnik 10 hours ago Go has apparently got //line directives, and this project uses them.
Uh yes, that's what I meant ;)
In C/C++ you have the #line preprocessor directive. It would be nice if Go had something similar.
Go has apparently got //line directives, and this project uses them.