On 15/1/15 15:56, ISHIKAWA,chiaki wrote:

Debugging using gdb will be very difficult when the unified build
creates a source file on the fly (but it is removed, correct?).

No sane compiler/debugger combination can help me do
the source level debugging if the source code that the compiler compiled
is gone by the time debugger tries to find it...

Maybe I am missing something...


This shouldn't be a problem. The "unified" source file simply #includes the real sources, and so the debugger will know the paths to those.

JK


_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to