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 6941741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:55:29+00:00 2026-05-27T12:55:29+00:00

Is there any way to set a break point at the module level in

  • 0

Is there any way to set a break point at the module level in Visual Studio so any calls to any functions defined in that particular DLL (3rd party, no source, no symbols) will trigger a break point before calling into the function?

I know you can break on a function name however I need all functions in a module (I could even make do with a wildcard as most of the API calls have a similar prefix)

Edit: If that’s not possible can a callers graph be generated so I can find all the calls to the API used by my application?

  • 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-05-27T12:55:29+00:00Added an answer on May 27, 2026 at 12:55 pm

    I can’t answer your original question, but this might help with what you ask in your edit.

    Here’s a trick I’ve used in the past to print all function calls and where they get called from. Since you don’t have the 3rd party source, it won’t be as clean, but you could move the logging statement to the macro and replace function calls with the macro using find/replace to get the same result.

    #ifdef ENABLE_DEBUG
    #define OriginalFunction(arg) OriginalFunctionDebug(arg, __FILE__, __LINE__)
    void OriginalFunctionDebug(int originalArg, char* file, int line) {
        [copy/paste variable declarations since they have to be at the top]
        printf("%s called by %s:%d with arg %d", __FUNCTION__, file, line, arg); // use logging of your choice here
    #else
    void OriginalFunction(int originalArg) {
    #endif
        [rest of function]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to set up Visual Studio (just upgraded from 2008 to
I want to know, is there any way in Visual Studio 2008 to set
In Visual Studio, is there any way to make the debugger break whenever a
Is there any way to set a cookie that is not readable on subdomains?
Is there any way I can set a symbolic breakpoint that will trigger when
Is there any way to set the same icon to all my forms without
Is there any way to set a CSS class on an input item in
Is there any way to set the HTTP header fields of a HTML form
Is there any way to set a background view on a UITableViewController? I try
Is there any way to set the directory where you want to start a

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.