Skip to content

Commit db7fcda

Browse files
committed
Merge branch 'master' of github.com:EmmyLua/EmmyLuaDebugger
2 parents 62653a5 + b0aa813 commit db7fcda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emmy_debugger/src/emmy_debugger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@ bool Debugger::DoHitCondition(std::shared_ptr<BreakPoint> bp)
15301530
return false;
15311531
}
15321532

1533+
15331534
// 重写模糊匹配算法
15341535
int Debugger::FuzzyMatchFileName(const std::string& chunkName, const std::string& fileName) const
15351536
{

0 commit comments

Comments
 (0)