You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.