java remote debugging
Some times, in java world (and others ), the only fast debugging for weird bugs, is using a Remote Debugging directly to the process (in other environment). That is possible using the argument “-Xdebug” in our “java -jar … ” call, two interesting flags are “address” and “suspend“, the first “address” allow us to expose [...]