NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Why Do Breakpoints Fail When Multiple Source Files Have the Same Name?

If two or more source files in the project have the same name, the debugger may have trouble determining which file the breakpoint is set in. This often happens if you create a module with the same name as a component of the Debug library you are linking to.

To fix this problem, enter the full pathname for the source file. You can change the file name on the File tab of the Breakpoint Properties dialog box.

See Also

Breakpoints