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. General Programming
  3. Visual Studio
  4. generate report of all functions called during a specific action [modified]

generate report of all functions called during a specific action [modified]

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiodebuggingtutorialquestion
2 Posts 2 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.
  • R Offline
    R Offline
    redjoy
    wrote on last edited by
    #1

    I am trying to find out what functions are called for each task of my program. The Visual Studio 2003 .NET solution consists of 8 projects, several hundred classes, and many functions. :(( I know I can just set a breakpoint and step through each line of code writing down each function I encounter but there ought to be an easier way. :) How should I go about this task as I have at least 20 actions I need to report? Example: I Select: File->New Report generates: function A, functions B, function D, etc. I Select: File->Edit Report generates: function A, functions C, function D, etc. I am open to ALL soultions. Thanks in advance

    Michael If we knew what it was we were doing, it would not be called research, would it? --Albert Einstein

    modified on Saturday, April 19, 2008 10:36 PM

    J 1 Reply Last reply
    0
    • R redjoy

      I am trying to find out what functions are called for each task of my program. The Visual Studio 2003 .NET solution consists of 8 projects, several hundred classes, and many functions. :(( I know I can just set a breakpoint and step through each line of code writing down each function I encounter but there ought to be an easier way. :) How should I go about this task as I have at least 20 actions I need to report? Example: I Select: File->New Report generates: function A, functions B, function D, etc. I Select: File->Edit Report generates: function A, functions C, function D, etc. I am open to ALL soultions. Thanks in advance

      Michael If we knew what it was we were doing, it would not be called research, would it? --Albert Einstein

      modified on Saturday, April 19, 2008 10:36 PM

      J Offline
      J Offline
      Jasmine2501
      wrote on last edited by
      #2

      Do you just want to know what functions are in each file? The doc tool can do that. To find out what gets called during an execution, you'll need to use some kind of profiler: http://msdn2.microsoft.com/en-us/vcsharp/aa336818.aspx#profilers[^]

      "Quality Software since 1983!"
      http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

      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