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

Bug when debugging SSDServing in visual studio #341

Closed
jinwei14 opened this issue Oct 28, 2022 · 2 comments
Closed

Bug when debugging SSDServing in visual studio #341

jinwei14 opened this issue Oct 28, 2022 · 2 comments

Comments

@jinwei14
Copy link
Contributor

Describe the bug
Hi I am trying to set some break point and run through the code SSDServing code. However, I got this bug (see screenshots below). The bug will disappear by simply remove this line.

#include "inc/Core/DefinitionList.h"

my questions are :

  1. Why my build runs without any issue but debug fail?
    2.This line has been defined twice, does anyone have clue why?

To Reproduce
Steps to reproduce the behavior:

  1. set up SSDServing as start up project
  2. Debug
  3. Start debugging.

Expected behavior
goes into main function

Screenshots
image

Additional context
no_

@jinwei14
Copy link
Contributor Author

jinwei14 commented Nov 7, 2022

the logger is initialized as a global parameter which may cause this issue.

@PhilipBAdams
Copy link
Contributor

Should be resolved by #358.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants