I've been trying to use debugx.com to debug a djgpp application. Unfortunately, the interrupts are messing things up.
I've read that there is a gdb port that supports djgpp, and have tried using that. However, I have neither the symbols nor the source files. So how can I set a breakpoint in the first place? The problem is that there are no gdb commands that break immediately after the first instruction (or perhaps I'm missing something?).
Alternatively, are there any other debuggers?
Greatly appreciate your suggestions.







