toxtli / cefpython

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

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 years ago
Fixed in revision fd0ed30fb387.

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

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/100

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:35