| Summary: | the line target remote debugger change to "source remote debugger" | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | paillon <paillon> |
| Component: | CPP Debugger | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0.3 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
paillon
2004-06-15 16:59:03 UTC
Notice the word "script" - this is expected to be a file/script of gdb commands. That would make the debugger use "source script-file". The reason to use a file/script is that you might want to use more than one command. Like target remote ... continue |