Changeset 22 in dev for ProjectEditor/Debugger.cpp
- Timestamp:
- Dec 29, 2006, 1:55:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/Debugger.cpp
r3 r22 430 430 if(WndNum==-1) return; 431 431 432 if(!Is File(MdiInfo[WndNum].path)) return;432 if(!IsExistFile(MdiInfo[WndNum].path)) return; 433 433 434 434 int i,i2,sw=0;
Note:
See TracChangeset
for help on using the changeset viewer.