Author Topic: Using dbg files for debugging; best IDE for NASM  (Read 5088 times)

Offline paml27

  • Jr. Member
  • *
  • Posts: 36
Using dbg files for debugging; best IDE for NASM
« on: January 18, 2018, 01:45:01 AM »
I am using NASM as the compiler and GoLink as the linker for Windows 64-bit NASM.  GoLink outputs a .dbg file for debugging, but it does not output a .pdb file for Windows debugging. 

My questions are: 

1.  Can I use a .dbg file for debugging a Windows program? 
2.  If not, how can I debug NASM in Windows? 
3.  Is there a best source code debugger / IDE to use for NASM? 

Thanks for any information.