Search found 2 matches
- Mon Jun 05, 2017 5:08 am
- Forum: Development Help
- Topic: print stack trace in code?
- Replies: 1
- Views: 3903
print stack trace in code?
Is there a way to print a stack trace to the debug log from within a function? Sometimes I want to know how I got to a particular dprint or trace message.
- Thu May 25, 2017 1:50 pm
- Forum: Development Help
- Topic: 1st go at a patch
- Replies: 1
- Views: 3816
1st go at a patch
long time lurker, first time patcher. core-1151 has a comment added on 2016-02-21 by Radek that page files on drives other than C weren't created. Seemed a good place to start learning the code. This is caused by a hard coded index of 0 in wParam to retrieve the value for DriveIndex so it always get...