gws.core.debug

Debuggging tools

gws.core.debug.inspect(arg, max_depth=1, all_props=False)[source]

Inspect the argument upto the given depth

gws.core.debug.p(*args, **kwargs)[source]
gws.core.debug.time_start(label)[source]
gws.core.debug.time_end(label)[source]
gws.core.debug.pycharm_debugger_check(path_to_pycharm_debug_egg, host, port, suspend=False)[source]

Check for pycharm debugger listeniing.

Attempt to open the debugger socket first and return that socket when pydevd asks for it. If there is no socket, then IDEA is not listening, return quickly.