DLangIDE Cannot debug

Profile Anaysis via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Jan 31 03:36:30 PST 2017


I have modified the json to include debuginfo and such but I 
always get

DBG: Breakpoint binding error: No symbols have been loaded for 
this document.

"buildOptions": ["debugMode", "debugInfo", "debugInfoC", 
"alwaysStackFrame", "stackStomping"]

and

	"buildTypes":
	{
		"debug":
		{
			"buildOptions": ["debugMode", "debugInfo", "debugInfoC", 
"alwaysStackFrame", "stackStomping"]
		},
	}


More information about the Digitalmars-d-ide mailing list