mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CPP-8872 GDB: Add internal property to control timeout values
This commit is contained in:
@@ -852,6 +852,15 @@ hg4idea.process.ignored=false
|
||||
hg4idea.process.ignored.description=Process and highlight mercurial ignored files. \
|
||||
Switching on this option may lead to some performance problems.
|
||||
|
||||
cidr.debugger.timeout=30000
|
||||
cidr.debugger.timeout.description=Debugger command timeout.\n\
|
||||
This value applies to common operations like setting breakpoints, stepping, etc.
|
||||
cidr.debugger.timeout.load=90000
|
||||
cidr.debugger.timeout.load.description=Timeout for loading and starting a target.\n\
|
||||
Increase this values, if your application loads a lot of shared libraries.
|
||||
cidr.debugger.timeout.evaluate=30000
|
||||
cidr.debugger.timeout.evaluate.description=Timeout for evaluating expressions and executing console commands.
|
||||
|
||||
cidr.show.compiler.info=false
|
||||
cidr.cygwin.cmakePermissionsFix=true
|
||||
cidr.cygwin.cmakePermissionsFix.description=Update permissions for the bin/ folder inside the installed IDE so that the bundled CMake could run
|
||||
|
||||
Reference in New Issue
Block a user