Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about debugging the base project #28

Open
aaronjrich opened this issue May 17, 2018 · 2 comments
Open

Question about debugging the base project #28

aaronjrich opened this issue May 17, 2018 · 2 comments
Labels
Discussion Ongoing discussion, gathering thoughts help wanted Extra attention is needed

Comments

@aaronjrich
Copy link

Wondering if you can give me any pointers on how to debug the base project so as to observe it discover and define the scenarios, etc. This appears to be something that's happening at compile time? Thanks much.

@ttutisani
Copy link
Owner

Sorry, I have no idea. I have tried different kinds of tricks such as attaching from another VS instance, or Debugger.Launch() but no luck.
That's another reason of why I'm trying to refactor the codebase right now - to at least unit test more of it.

Currently it's written by trial and error mostly.

@ChristianPejrup
Copy link
Contributor

ChristianPejrup commented May 21, 2018

@aaronjrich, I looked a bit into how this project works with Xunit in relation to #4 - i'm pritty confident that it happens the magic happens in Xunit.

Most of the Xunit logic is instantiated from the class ExtensibilityPointFactory.cs in the Xunit.sdk.

I think the only way to observer the discovery is to include the entire Xunit stack in this project...

  • anyway, i think it is necessary do get very intimate with Xunit in orderto understand that par of the library...

@ttutisani ttutisani added the Discussion Ongoing discussion, gathering thoughts label Jun 26, 2018
@ttutisani ttutisani added the help wanted Extra attention is needed label Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Ongoing discussion, gathering thoughts help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants