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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. how to report the bugs together with program status such as procedure name, call stack, code line and variable contents

how to report the bugs together with program status such as procedure name, call stack, code line and variable contents

Scheduled Pinned Locked Moved Visual Basic
data-structurestutorial
3 Posts 3 Posters 1 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.
  • S Offline
    S Offline
    sanjaysanju
    wrote on last edited by
    #1

    how to report the bugs together with program status such as procedure name, call stack, code line and variable contents sanjay

    B Q 2 Replies Last reply
    0
    • S sanjaysanju

      how to report the bugs together with program status such as procedure name, call stack, code line and variable contents sanjay

      B Offline
      B Offline
      Briga
      wrote on last edited by
      #2

      read about exception handling. That class holds the info you are looking for.

      1 Reply Last reply
      0
      • S sanjaysanju

        how to report the bugs together with program status such as procedure name, call stack, code line and variable contents sanjay

        Q Offline
        Q Offline
        Qhalis
        wrote on last edited by
        #3

        In which language are you working? VB6 - afaik you will need to custom write something, there is no support for this 'straight out of the box' VB.Net Look at the stacktrace and stackframe classes. They provide all the information. NOTE: if using exception handling, the exception object includes a stacktrace. Alan.

        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