The Liberty profile server was not running in debug mode during the presentation, but it does support running in debug mode such that you can attach a JVM. You can achieve this by:
bin/server debug serverName
Listening for transport dt_socket at address: 7777
And attaching on port 7777 (default port value). When launched this way, the server start up will block until the debugger is attached.