forked from qt-creator/qt-creator
debugger: hard-code some qt5 related paths
This is not a final solution. Change-Id: I19e7a99e1b056704864d27855197678a0d3fd10b Reviewed-on: http://codereview.qt-project.org/5073 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -125,7 +125,8 @@ enum DebuggerStartMode
|
||||
AttachExternal, // Attach to running process by process id
|
||||
AttachCrashedExternal, // Attach to crashed process by process id
|
||||
AttachCore, // Attach to a core file
|
||||
AttachToRemote, // Start and attach to a remote process
|
||||
AttachToRemoteServer, // Attach to a running remote server
|
||||
StartRemote, // Start and attach to a remote process
|
||||
AttachToQmlPort, // Attach to QML debugging port
|
||||
StartRemoteGdb, // Start gdb itself remotely
|
||||
StartRemoteEngine // Start ipc guest engine on other machine
|
||||
|
||||
Reference in New Issue
Block a user