Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8820921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:43:38+00:00 2026-06-14T05:43:38+00:00

In debug mode of Eclipse for C/C++, you can right-click on any watched expression

  • 0

In debug mode of Eclipse for C/C++, you can right-click on any watched expression that is a pointer and select “display as array”. Then you’re prompted for the array bounds and for the rest of this debug run, the watched expression is being displayed as an array according to these bounds.

When I terminate the process and start debugging again, it remembers my watched expressions, but pointers that were previously displayed as arrays will now be mere pointers again and hence, I have to re-cast all pointers in each debug run. In a recent project, this has become very tiresome.

Is there a way to make Eclipse remember the “display as array” choices for watched expressions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T05:43:39+00:00Added an answer on June 14, 2026 at 5:43 am

    You have to be able to encode the fact that you want to look at the pointer as an array in the expression string itself.

    Say you have an array as int* and you want to look at (most at) its first 4 elements.

    In the Expressions tab, use one of the two following syntaxes supported by GDB:

    • (*arr @ 4)
    • ((int[4])*arr)

    The surrounding (...) parens above are important.

    You can do this in the Expressions tabs (watches), but not in the Variables tab.

    watching pointer as array

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that a variable value can be changed in the debug mode of
Is it possible in Eclipse to have a Console, where when in Debug mode
All, How can we debug a Eclipse plug-in based on GEF? Currently, I have
I'm working on some applications that, in debug mode, log to the console. I'd
Possible Duplicate: Determine if a java application is in debug mode in Eclipse I
Debug mode in MigLayout is quite powerful option for development and debugging. It is
Lets write simple console application (debug mode): static void Main(string[] args) { Process p
I'm obviously developing in debug mode. If I'm starting with the standard run command
In visual studio 2008 while in the debug mode when we initiate a thread
I have an annoying problem with the debug mode of Visual C++ 2005. My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.