Search found 5 matches

by jas
Sat Sep 16, 2017 1:38 am
Forum: Assembly and C Programming in PureBasic
Topic: Debugging assembler code...
Replies: 4
Views: 5400

Re: Debugging assembler code...

OR if there was a way to get debug information emitted so other debuggers can be used. This has been the reason I stopped using PureBasic over and over the past decade.
by jas
Sun Dec 13, 2015 2:32 am
Forum: Assembly and C Programming in PureBasic
Topic: Source Level Disassembler for PureBasic?
Replies: 6
Views: 6633

jas

For assembly programming a better debugger or a way to send debug info to another debugger would be nice. I use OllyDbg or x64dbg to debug assembly code. Just put a "!int 3" befor your code, to trigger a breakpoint in the debugger. Then i single step through the code. Exactly my point. Ha...
by jas
Thu Nov 26, 2015 6:04 pm
Forum: Assembly and C Programming in PureBasic
Topic: Source Level Disassembler for PureBasic?
Replies: 6
Views: 6633

jas

For assembly programming a better debugger or a way to send debug info to another debugger would be nice.
by jas
Sat Feb 22, 2014 10:51 pm
Forum: Coding Questions
Topic: Visual Studio Debugger source level debugging?
Replies: 2
Views: 431

Visual Studio Debugger source level debugging?

I have asked this a few years ago and am still wondering. Can PureBasic executables be source-level debugged using Visual Studio, Ollydbg or other debuggers?