0

During usage of ConqueGDB I noticed that it sends following commands:

  • server backtrace
  • server break
  • server <anything>

I'm wondering what is the purpose of the server keyword here. Alone it returns:

Undefined command: "server". Try "help".

With other commands like those mentioned before it looks like the word is just ignored.

2
  • @ks1322 I don't think the vim tag is needed here. My question is not related to vim itself. Commented Jul 16, 2018 at 16:24
  • When I googled "ConqueGDB", I found this vim plugin, so I decided that it is related to vim. If it is not, feel free to remove the tag. Commented Jul 16, 2018 at 19:21

1 Answer 1

1

The server prefix can be used to prevent a command from being put into the command history, and to avoid having it be available for command repetition. This is useful for front ends that want to run some commands without interfering with whatever the user might be doing. This is documented in the manual.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.