mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

A happy (very late) to all of you. This time a trick to break and attach the Visual studio debugger the moment a program starts on Windows.

using gflags (coming with Debugging Tools for Windows) learn.microsoft.com/en-us/wind
- start gflags
- navigate to the Image file tab
- enter the executable name in the Image field and press tab
- check debugger and put in "vsjitdebugger.exe"
- click OK
- now everytime the program of given name starts the debugger selector will come up