debugger: use short paths by default for setting breakpoints

This commit is contained in:
hjk
2009-05-11 13:21:59 +02:00
parent 643d4b94f4
commit fc78ae272b
4 changed files with 38 additions and 18 deletions

View File

@@ -78,6 +78,7 @@ public:
QString ignoreCount; // ignore count associated with breakpoint
QString lineNumber; // line in source file
QString funcName; // name of containing function
bool useFullPath; // should we use the full path when setting the bp?
// this is what gdb produced in response
QString bpNumber; // breakpoint number assigned by the debugger engine