roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Set g_debug and g_debugFile through settings passed to cefpython.Initialize() #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently this code sets debug options:

  from cefpython3 import cefpython
  cefpython.g_debug = True
  cefpython.g_debugFile = "debug.log"

Unfortunately in some cases it won't work.

Original issue reported on code.google.com by czarek.t...@gmail.com on 2 Jan 2014 at 11:16

GoogleCodeExporter commented 9 years ago
Fixed in revision fd0ed30fb387.

Original comment by czarek.t...@gmail.com on 15 Jan 2014 at 9:39