Search code examples
c++google-chromedebuggingchromium

VS2019 debug chromium black screen


This is my compile option:gn gen --ide=vs --filters=//chrome out\x86_debug --args="is_component_build = true is_debug = true enable_nacl = false target_cpu = "x86""

Then finished compile, run chromium its black screen.

chromium dialog

enter image description here

Can somebody tell me what's going on?

Thanks


Solution

  • Add this option --disable-gpu its running good