VB & VI Debugging question

Ask a Question related to ASP, Design and Development.

  1. #1

    Default VB & VI Debugging question

    I was under the impression that VS6 products are linked
    together in such a way that you can go back and forth
    between applications when you debug your code.

    1. How do you use VB & VI with each other to step though
    the VB and ASP code simultaneously?
    2. In other words, is there away set breakpoints in my ASP
    & VB code, so I can follow the code as I step in and out
    the VB & VI applications I have?
    3. My backend is SQL Sever 7. Can I step though my Stored
    Procedures at the same time I'm stepping though VB & VI?

    If this helps,
    1. My ASP code uses VBScript, HTML, and JavaScript.
    2. I compile the VB application as a stand alone DLL.
    Currently I'm not using the DLL as COM object or plan to
    use MTS.
    3. I have PWS installed on my workstation so I can test my
    ASP locally first.
    4. I believe it might be that I have a setting or two
    improperly setup with IE, VB, VI, MMC or PWS.
    5. I'm using VS 6.0 SP5.
    6. I working on an NT 4.0 workstation using IE 5.5.

    Any help you can provide would be helpful.

    Thanks,

    Scott

    Scott Guest

  2. Similar Questions and Discussions

    1. Question on rights required for debugging
      Hi, There are a couple of developers in my organization who are using Visual Studio.Net 2003. Right now I have added them to the debuggers local...
    2. Debugging output does not appear when use Debugging IPAddresses
      I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP...
    3. Remote Debugging question ?
      Hey gurus, I have a question about remote debugging in .Net. I have a Windows XP Machine with Visual Studio .Net 2003, where I have a web...
    4. Question Regarding Debugging Dump
      Douglas Pollock wrote in comp.lang.perl.misc : Perhaps might you find Devel::Trace (on CPAN) useful. You can also write your own utility...
    5. Snippet: debugging (and a question)
      Greetings. I'm a recent Ruby convert and I absolutely love it. No other lingo looks so much (or for that matter, even vaguely) like pseudocode!...
  3. #2

    Default Re: VB & VI Debugging question

    [url]http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q200/9/98.asp&NoWebContent=1[/url]

    Chris.

    "Scott" <anonymous@discussions.microsoft.com> wrote in message
    news:00dd01c39800$09113350$a501280a@phx.gbl...
    I was under the impression that VS6 products are linked
    together in such a way that you can go back and forth
    between applications when you debug your code.

    1. How do you use VB & VI with each other to step though
    the VB and ASP code simultaneously?
    2. In other words, is there away set breakpoints in my ASP
    & VB code, so I can follow the code as I step in and out
    the VB & VI applications I have?
    3. My backend is SQL Sever 7. Can I step though my Stored
    Procedures at the same time I'm stepping though VB & VI?

    If this helps,
    1. My ASP code uses VBScript, HTML, and JavaScript.
    2. I compile the VB application as a stand alone DLL.
    Currently I'm not using the DLL as COM object or plan to
    use MTS.
    3. I have PWS installed on my workstation so I can test my
    ASP locally first.
    4. I believe it might be that I have a setting or two
    improperly setup with IE, VB, VI, MMC or PWS.
    5. I'm using VS 6.0 SP5.
    6. I working on an NT 4.0 workstation using IE 5.5.

    Any help you can provide would be helpful.

    Thanks,

    Scott


    Chris Barber Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139