Click here to Skip to main content
15,920,602 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 4:02
Super Lloyd5-May-19 4:02 
GeneralRe: I need to exorcise my computer from voodoo Pin
Mark_Wallace5-May-19 9:30
Mark_Wallace5-May-19 9:30 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 10:10
Super Lloyd5-May-19 10:10 
GeneralRe: I need to exorcise my computer from voodoo Pin
RickZeeland5-May-19 0:53
mveRickZeeland5-May-19 0:53 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 0:59
Super Lloyd5-May-19 0:59 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 3:05
mvahoney the codewitch5-May-19 3:05 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 3:43
Super Lloyd5-May-19 3:43 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 3:54
mvahoney the codewitch5-May-19 3:54 
in all seriousness, I just got done with tackling a similar debugging issue.

Sometimes the debugger just isn't enough. As another commenter pointed out, the algorithm doesn't usually make much sense to people once it's at the point where it breaks.

So you should write more code. I dumped intermediary LALR tables to CSV for example so i could visualize them. I also made symbols and grammar rules print out string representations of themselves to the debugger to help.

In the end, write MOAR CODE until the problem reveals itself.

Sometimes using graphviz can help, in extreme cases.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 4:02
Super Lloyd5-May-19 4:02 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 4:51
mvahoney the codewitch5-May-19 4:51 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd5-May-19 10:07
Super Lloyd5-May-19 10:07 
GeneralRe: I need to exorcise my computer from voodoo Pin
Carlosian8-May-19 8:38
Carlosian8-May-19 8:38 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd8-May-19 13:43
Super Lloyd8-May-19 13:43 
GeneralRe: I need to exorcise my computer from voodoo Pin
GuyThiebaut5-May-19 4:03
professionalGuyThiebaut5-May-19 4:03 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 4:50
mvahoney the codewitch5-May-19 4:50 
GeneralRe: I need to exorcise my computer from voodoo Pin
User 110609795-May-19 4:58
User 110609795-May-19 4:58 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 5:07
mvahoney the codewitch5-May-19 5:07 
GeneralRe: I need to exorcise my computer from voodoo Pin
User 110609795-May-19 5:13
User 110609795-May-19 5:13 
GeneralRe: I need to exorcise my computer from voodoo Pin
GuyThiebaut5-May-19 5:01
professionalGuyThiebaut5-May-19 5:01 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 5:06
mvahoney the codewitch5-May-19 5:06 
GeneralRe: I need to exorcise my computer from voodoo Pin
User 110609795-May-19 5:20
User 110609795-May-19 5:20 
GeneralRe: I need to exorcise my computer from voodoo Pin
honey the codewitch5-May-19 6:05
mvahoney the codewitch5-May-19 6:05 
GeneralRe: I need to exorcise my computer from voodoo Pin
User 110609795-May-19 6:46
User 110609795-May-19 6:46 
GeneralRe: I need to exorcise my computer from voodoo Pin
migelle6-May-19 0:54
migelle6-May-19 0:54 
GeneralRe: I need to exorcise my computer from voodoo Pin
Super Lloyd6-May-19 1:35
Super Lloyd6-May-19 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.