Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Not a programming question...

Not a programming question...

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiodata-structuresquestion
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mango_lier
    wrote on last edited by
    #1

    In visual studio 2005 is there an option to specify the depth of the "call stack" window.

    C 1 Reply Last reply
    0
    • M mango_lier

      In visual studio 2005 is there an option to specify the depth of the "call stack" window.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This is an IDE question, but, why would you want to ? Why would you not want to see the whole stack ?

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      L 1 Reply Last reply
      0
      • C Christian Graus

        This is an IDE question, but, why would you want to ? Why would you not want to see the whole stack ?

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Because the stack might be zillion levels deep (with reason), but VS2005 will just grind to a halt and exit. I have seen this happen a lot. :(

        xacc.ide
        IronScheme a R5RS-compliant Scheme on the DLR
        The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

        B A 2 Replies Last reply
        0
        • L leppie

          Because the stack might be zillion levels deep (with reason), but VS2005 will just grind to a halt and exit. I have seen this happen a lot. :(

          xacc.ide
          IronScheme a R5RS-compliant Scheme on the DLR
          The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

          B Offline
          B Offline
          Brady Kelly
          wrote on last edited by
          #4

          leppie wrote:

          Because the stack might be zillion levels deep

          :~

          My head asplode!

          Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.

          L 1 Reply Last reply
          0
          • L leppie

            Because the stack might be zillion levels deep (with reason), but VS2005 will just grind to a halt and exit. I have seen this happen a lot. :(

            xacc.ide
            IronScheme a R5RS-compliant Scheme on the DLR
            The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

            A Offline
            A Offline
            Abu Mami
            wrote on last edited by
            #5

            leppie wrote:

            VS2005 will just grind to a halt and exit

            In my experience, VS2005 does this just for fun - stack or not.

            1 Reply Last reply
            0
            • B Brady Kelly

              leppie wrote:

              Because the stack might be zillion levels deep

              :~

              My head asplode!

              Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.

              L Offline
              L Offline
              leppie
              wrote on last edited by
              #6

              Welcome to recursive programming, now add tail calls, and you dont have a clue where you are on the stack :)

              xacc.ide
              IronScheme a R5RS-compliant Scheme on the DLR
              The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

              B 1 Reply Last reply
              0
              • L leppie

                Welcome to recursive programming, now add tail calls, and you dont have a clue where you are on the stack :)

                xacc.ide
                IronScheme a R5RS-compliant Scheme on the DLR
                The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

                B Offline
                B Offline
                Brady Kelly
                wrote on last edited by
                #7

                Recursive programming and tail calls :~ Now that's scary. Actually not as scary as a third year exam question I had, which had to be answered in pen on paper, in C++, to traverse a tree (I forget which type of traversal), without using recursion.  Much of the course had focused on introducing and exploring recursion.  I had also forgotten to take a pencil, so this question resulted in a lot of very iterative scribbling. :-O

                My head asplode!

                Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.

                L 1 Reply Last reply
                0
                • B Brady Kelly

                  Recursive programming and tail calls :~ Now that's scary. Actually not as scary as a third year exam question I had, which had to be answered in pen on paper, in C++, to traverse a tree (I forget which type of traversal), without using recursion.  Much of the course had focused on introducing and exploring recursion.  I had also forgotten to take a pencil, so this question resulted in a lot of very iterative scribbling. :-O

                  My head asplode!

                  Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.

                  L Offline
                  L Offline
                  leppie
                  wrote on last edited by
                  #8

                  Argggg, I hated those! :)

                  xacc.ide
                  IronScheme a R5RS-compliant Scheme on the DLR
                  The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups