SourMesen / Mesen-S

Mesen-S is a cross-platform (Windows & Linux) SNES emulator built in C++ and C#
GNU General Public License v3.0
415 stars 100 forks source link

Debugger: Breakpoint class - how to create an object? #179

Open lab313ru opened 3 years ago

lab313ru commented 3 years ago

I'm trying to use the Breakpoint class to pass an array to SetBreakpoints() method, but this class doesn't contain any constructor - only private fields. How can I use it?