iwatake2222 / play_with_tflite

Sample projects for TensorFlow Lite in C++ with delegates such as GPU, EdgeTPU, XNNPACK, NNAPI
Apache License 2.0
357 stars 79 forks source link

how to debug in vs2019 #29

Closed arhow closed 2 years ago

arhow commented 3 years ago

Issue report issue

Environment (Hardware)

Project Name

pj_tflite_track_deepsort

Issue Details

void InferenceHelperTensorflowLite::DisplayModelInfo(const tflite::Interpreter& interpreter)
{
    /* Memo: If you get error around here in Visual Studio, please make sure you don't use Debug */

thanks for your sharing. you did great work. I want to learn your code. but I can not debug in vs2019. debug is the best way to learn code for me. I found your comment about here, do you know how to fix this issue,

I try add #define _ITERATOR_DEBUG_LEVEL 0 but this not work

How to Reproduce

debug in vs2019

iwatake2222 commented 3 years ago

Use RelWithDebInfo

iwatake2222 commented 2 years ago

This issue was closed because it has been inactive.