// To use IDA // -Turn on GDB for target project // -Run // -If builder is currently broken, follow these manual steps instead: // -Build target project // -Start VMWare or QEMU // -\Build\Run QEMU Manually for IDA.bat // -NOTE: This bat is hardcoded for Kudzu.Breakpoints to run // -IDA Method 1 - No symbols // -Debugger, Attach, Remote GDB, 127.0.0.1:1234, Select ID 0 // -IDA Method 2 - Symbols // -File, Open. \source2\Users\Kudzu\Breakpoints\bin\Debug\CosmosKernel.obj, Open // -Select ELF, Click OK // -Debugger, Select Debugger (F9) // -Remote GDB Debugger (Can also check set as default debugger), OK // -Run or step