Garry's Mod Wiki

debug.debug

  debug.debug()

Description

We advise against using this. It may be changed or removed in a future update.

Enters an interactive mode with the user, running each string that the user enters. Using simple commands and other debug facilities, the user can inspect global and local variables, change their values, evaluate expressions, and so on. A line containing only the word cont finishes this function, so that the caller continues its execution.

  • Commands for debug.debug are not lexically nested within any function, and so have no direct access to local variables.
  • This only works on the source dedicated server.
  • To exit this interactive mode, you can press Ctrl + Z then Enter OR type the word 'cont' on a single line and press enter.