Search found 2 matches

Go to advanced search

by lxndr
13 May 2019 17:49
Forum: Development around libVLC
Topic: can't step over libvlc_new() in debug mode
Replies: 2
Views: 338

Re: can't step over libvlc_new() in debug mode

Logs? Unfortunately I am not experienced with libvlc, but I think it's not possible to get logs at that stage of program execution. On the one hand I should get logs by a parameter to libvlc_new(): char const *debugVLC_argv[] = { "--file-logging", "--logfile=libvlc_log.txt", &qu...
by lxndr
09 May 2019 14:36
Forum: Development around libVLC
Topic: can't step over libvlc_new() in debug mode
Replies: 2
Views: 338

can't step over libvlc_new() in debug mode

Hi, can someone please help with this problem: I did just start to use libVLC and my very simple application already works fine calling libVLC when executing it. Everything is good as long as I run my program and do not debug it. If I am debugging, I can step forward to the line with libvlc_new(), b...

Go to advanced search