NSD & visual C++ debugging tool on notes client

Is it possible to call visual c++ debugging tool on a notes client, on XP, when a problem occured?

I am working on a project that uses hook and extension manager on a notes client in an XP context.

Certainly the code included contains bugs because when the notes client is stopped, the nsd dump is created.

Because the XP account is just a standard user account (i suppose) the dump is a list of error messages like:

  • ERROR (0): AdjustTokenPrivileges failed

  • ERROR (4): can’t attach to process

and the list of active process

So nothing usefull…

In 5.2 and on NT, when an exception occured, an info box was displayed and it was possible to use visual C++ debugging tools, at least on development environment.

          Any suggestion?

          Thanks in advance.

Subject: Yes: NSD & visual C++ debugging tool on notes client

It’s documented. Set APIDeveloper=1 in notes.ini and the Just In Time debugger will be invoked instead of NSD.

Subject: NSD & visual C++ debugging tool on notes client

See this post