How large is the -Xdebug flag overhead?

前端 未结 3 509
迷失自我
迷失自我 2021-02-06 03:14

I wonder how large the performance overhead that the -Xdebug flag introduces?

It\'s very convenient to debug production applications, but I guess it is expensive to leav

3条回答
  •  深忆病人
    2021-02-06 03:53

    We haven't found any difference. We run all our production applications with -Xdebug.

    is there a good way to add Debug mode to application already running, without re-launch it

    It is what -Xdebug does. Debugger actually starts when someone connects to debugging port.

提交回复
热议问题