Attach running Gateway to local debugger in Ignition 8.3

Hi, I'm new to Ignition module development, and needed some guides to debug with my local code.

With the tutorial on SDK Debugging Using Breakpoints in Inductive University, the video shows that we only need to uncomment two lines in ignition.conf, and setup a Remote JVM Debug at our code editor, setting up the port correctly, start debugging then reload the module at gateway.

But in 8.3, the hot reload function have been removed, does that means I had to restart the gateway every time I made any changes, to attach the gateway process to my local debugger?

Or is there a simpler way for me to try out my local code?