Skip to content

Hot Code Replace

Yaohai Zheng edited this page Jan 30, 2018 · 6 revisions

Prerequisite

VSCode Java automatically build is not disabled.

Limitation

There are some scenarios that Hot Code Replace cannot work.

  • Change on the top call stack.
  • Change on the call stack above the native methods.
  • Currently, the VSCode Java debugger only support type level hot code replace. So it will pop into the top most call stack that involving the changed types.
Clone this wiki locally