Debugger
Use this page to configure the behavior of the Debugger and customize its view.
Common options
Item | Description |
---|---|
Show debug window on breakpoint | If this checkbox is selected, Aqua activates the Debug tool window on hitting a breakpoint. |
Focus application on breakpoint | If this checkbox is selected, on hitting a breakpoint, Aqua will show the location of this breakpoint in the editor and will attempt to bring its frame to the front. |
Hide debug window on process termination | Automatically hide the Debug tool window when the debugged program terminates. |
Scroll execution point to center | If this checkbox is selected, the line with the current execution point will be kept in the middle of the screen. |
Click line number to perform run to cursor | If this checkbox is selected, you can click a line number in the editor to run program execution to this line. |
Remove breakpoint | Select how you want to remove breakpoints:
You can also choose whether you want a confirmation dialog to be displayed when you are about to remove a conditional or a logging breakpoint |
Java
Item | Description |
---|---|
Transport | Select transport for connection to the process. Available options are socket and shared memory, which is available for Windows systems only. |
Force classic VM for JDK 1.3.x and earlier | Check this option to launch the process to be debugged with classic VM. |
Disable JIT | With this option you can control whether the |
Show alternative source switcher | The alternative source switcher appears on top of the editor if there is more than one class with the same fully qualified name in the project. |
Kill the debug process immediately | Select this checkbox if you want to soft kill the Java process. |
Attach memory agent | Run applications with the memory agent attached. It allows you to calculate the object's retained size in the Memory tab. |
Built-in Server
Item | Description |
---|---|
Port | Use this spin box to specify the port on which the built-in web server runs. By default, this port is set to 63342 through which Aqua accepts connections from services. You can set the port number to any other value starting with 1024 and higher. |
Can accept external connections | If this checkbox is selected, then the files on the built-in server running on the specified port are accessible from another computer. If this checkbox is cleared (by default), then the debugger listens only to local connections. |
Allow unsigned requests | For security reasons, any request to a page on the built-in server from outside Aqua is by default rejected and a Page 404 is displayed. To allow access to the requested page, select the Allow unsigned requests checkbox. |