-
Notifications
You must be signed in to change notification settings - Fork 361
Hot Code Replace
Yaohai Zheng edited this page Jan 30, 2018
·
6 revisions
VSCode Java automatically build is not disabled.
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.