mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-30 14:16:56 +00:00
Document how to attach a debugger to the server
This commit is contained in:
parent
120f08ee96
commit
683f7ca848
4 changed files with 50 additions and 0 deletions
|
@ -115,6 +115,9 @@ conf.set('HIDPI_SUPPORT', get_option('hidpi_support'))
|
|||
# disable console on Windows
|
||||
conf.set('WINDOWS_NOCONSOLE', get_option('windows_noconsole'))
|
||||
|
||||
# run a server debugger and wait for a client to be attached
|
||||
conf.set('SERVER_DEBUGGER', get_option('server_debugger'))
|
||||
|
||||
configure_file(configuration: conf, output: 'config.h')
|
||||
|
||||
src_dir = include_directories('src')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue