Home > Net >  VS2019 debug chromium black screen
VS2019 debug chromium black screen

Time:11-12

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

CodePudding user response:

Add this option --disable-gpu its running good

  • Related