Menu

#47 Show call tip of the constructor function

Next_Release
open
ollydbg
Bug_Report
2016-01-30
2014-09-09
ollydbg
No

Here is the test code:

class AAA
{
    AAA(int a){;}
    int m_b;
};

AAA()

I don't see the call tip for the constructor function AAA()

Discussion

  • Morten MacFly

    Morten MacFly - 2015-02-07
    • Type: --> Undefined
     
  • Teodor Petrov

    Teodor Petrov - 2016-01-21
    • assigned_to: ollydbg
    • Type: Undefined --> Bug_Report
     
  • Teodor Petrov

    Teodor Petrov - 2016-01-21

    Still happens

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.