citic / botNeumann

A metaphorized and gamified visualization of the von Neumann architecture for programming learning
1 stars 0 forks source link

Avoid duplicates in breakpoints array #161

Open jeissonh opened 7 years ago

jeissonh commented 7 years ago

Avoid to have two or more breakpoints[] pointing to the same file and line. Duplicates arise when user sets breakpoints in function definitions.