Switch to DuckDuckGo Search
   January 30, 2015  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:02:27] *** phylock has quit IRC
[00:31:55] *** Snake1130 has joined #netbeans
[01:21:03] *** bbankes has quit IRC
[01:27:14] *** arctowski has joined #netbeans
[01:45:44] *** bbankes has joined #netbeans
[01:55:56] *** arctowski has quit IRC
[02:26:34] *** saint-ron has joined #netbeans
[02:41:39] *** Ad1_RnR has quit IRC
[02:54:11] *** Ad1_RnR has joined #netbeans
[03:01:02] *** Snake1130 has quit IRC
[03:42:04] *** Ad1_RnR has quit IRC
[03:54:10] *** Ad1_RnR has joined #netbeans
[04:16:06] *** darkbasic has quit IRC
[04:17:11] *** darkbasic has joined #netbeans
[05:16:13] *** saint-ron has quit IRC
[05:46:49] *** bbankes has quit IRC
[06:00:54] *** anant_lelesys has joined #netbeans
[06:32:23] *** bbankes has joined #netbeans
[06:41:43] *** Ad1_RnR has quit IRC
[06:55:05] *** Ad1_RnR has joined #netbeans
[07:20:22] *** SebastianFlyte has quit IRC
[07:35:27] *** SebastianFlyte has joined #netbeans
[07:57:40] *** mr_lou has joined #netbeans
[08:34:50] *** eagles0513875_ has quit IRC
[08:34:50] *** eagles0513875_ has joined #netbeans
[08:34:50] *** eagles0513875_ has quit IRC
[08:34:50] *** eagles0513875_ has joined #netbeans
[08:41:06] *** Ad1_RnR has quit IRC
[08:41:55] *** anant_lelesys has quit IRC
[08:43:18] *** anant_lelesys has joined #netbeans
[08:54:06] *** Ad1_RnR has joined #netbeans
[09:01:03] *** Haswell has joined #netbeans
[09:23:45] *** magentar has joined #netbeans
[09:40:14] *** SebastianFlyte has quit IRC
[09:41:27] *** Ad1_RnR has quit IRC
[09:44:28] *** Erwat has joined #netbeans
[09:54:56] *** Ad1_RnR has joined #netbeans
[09:56:09] *** SebastianFlyte has joined #netbeans
[10:01:42] <Erwat> when using grunt is it possible to somehow call the targets of tasks?
[10:01:51] <Erwat> or should i make a task for each target i'd like to call separately?
[10:19:40] *** nidhoegger has joined #netbeans
[10:20:28] <nidhoegger> Hello, i have switched from netbeans 7 to netbeans 8 (8.0.2) today. Im coding C++ with it. Now my question: Since version 8 Netbeans does not show folders in the project tree for C++ projects anymore. I dont mean virtual folders, i mean real folders. Is there a way to get them back?
[10:36:54] *** sfisque has quit IRC
[10:37:30] *** sfisque has joined #netbeans
[10:38:13] *** Haswell has quit IRC
[10:41:29] *** Ad1_RnR has quit IRC
[10:51:30] *** Haswell has joined #netbeans
[10:53:36] *** azizur has joined #netbeans
[10:54:28] *** Ad1_RnR has joined #netbeans
[11:01:56] *** nabdev has joined #netbeans
[11:01:57] *** nabdev has joined #netbeans
[11:08:40] *** darkbasic_ has joined #netbeans
[11:10:00] *** darkbasic has quit IRC
[11:41:23] *** Ad1_RnR has quit IRC
[11:43:09] <asfdd> when coding java it has one tab projects and one files
[11:43:20] <asfdd> projects contain packages while files contain the file structure
[11:43:28] <asfdd> maybe its the same for c++ nidhoegger
[11:55:13] *** Ad1_RnR has joined #netbeans
[12:04:06] *** eithel has joined #netbeans
[12:05:26] *** tete_ has joined #netbeans
[12:05:53] <tete_> hi, is it possible to tell netbeans to always use @Nonnull final $variable when overwriting/generating a method?
[12:07:31] *** Match has joined #netbeans
[12:08:01] *** darkbasic has joined #netbeans
[12:08:15] <Match> hi, I'm trying to use Netbeans for PHP debug but breakpoints never work, any suggestion ?
[12:09:09] *** darkbasic_ has quit IRC
[12:10:28] <tete_> Match, did you configure the server?
[12:10:47] <tete_> you need to register the debug stuff as module in php.ini iirc
[12:11:00] <Match> ah
[12:11:07] <tete_> its too long ago but it was not simply installing php and a http server and starting debugging
[12:11:20] <tete_> it was called xdebug or such
[12:11:31] <tete_> https://netbeans.org/kb/docs/php/debugging.html
[12:11:37] <Match> yes
[12:11:59] <Match> and so what you suggest ? to use eclipse instead ?
[12:12:16] <Match> or aptana or something easier ?
[12:12:24] <tete_> i was fine with netbeans and php
[12:12:32] *** azizur has quit IRC
[12:12:32] <tete_> to be honest, i really dont like eclipse
[12:12:39] <Match> me too
[12:12:45] <Match> I always use netbeans
[12:12:50] <Match> for c++ mainly
[12:13:03] <Match> but now I need to debug a PHP app
[12:13:14] <tete_> just register the xdebug shared library in the web server config (if its apache then this was required), and start debugging your application
[12:13:15] <Match> and I see the debugger has troubles
[12:13:27] <Match> right
[12:13:30] <Match> thanks
[12:14:12] <tete_> http://www.sven-kuegler.de/ubuntu/xdebug-fur-php5-unter-ubuntu-installieren
[12:14:21] <tete_> its german but maybe you can understand a bit ^^
[12:15:05] <tete_> if you made that it will instantly work with netbeans
[12:15:49] *** azizur has joined #netbeans
[12:15:52] <Match> I'm going to try, thanks for the moment
[12:22:48] *** darkbasic has quit IRC
[12:22:53] *** darkbasic_ has joined #netbeans
[12:25:28] <Match> tete_ , thanks , it seems working fine now
[12:25:52] <Match> thanks all
[12:26:31] <tete_> np
[12:41:19] *** Ad1_RnR has quit IRC
[12:55:09] *** Ad1_RnR has joined #netbeans
[12:56:49] *** phylock has joined #netbeans
[13:16:11] *** phylock has quit IRC
[13:24:47] *** anant_lelesys has quit IRC
[13:42:15] *** Ad1_RnR has quit IRC
[13:54:48] *** Ad1_RnR has joined #netbeans
[14:03:59] *** azizur has quit IRC
[14:27:32] *** Match has quit IRC
[14:27:32] *** Hanii has quit IRC
[14:41:11] *** Ad1_RnR has quit IRC
[14:54:59] *** Ad1_RnR has joined #netbeans
[15:10:20] *** azizur has joined #netbeans
[15:16:09] *** Haswell has quit IRC
[15:41:04] *** Ad1_RnR has quit IRC
[15:54:27] *** Ad1_RnR has joined #netbeans
[16:00:02] *** ghking has joined #netbeans
[16:00:09] *** ghking has left #netbeans
[16:17:35] *** cvanball has joined #netbeans
[16:41:47] *** Ad1_RnR has quit IRC
[16:45:28] *** cslcm has joined #netbeans
[16:46:07] <cslcm> Hey, is anyone aware of any issue that might affect debugging projects compiled with G++4.9? In particular, breakpoints not being hit
[16:49:01] <cslcm> also, whenever i pause execution, it shows me the disassembly rather than the correct source file
[16:54:24] *** Ad1_RnR has joined #netbeans
[17:04:19] *** magentar has quit IRC
[17:07:32] *** Erwat has quit IRC
[17:08:31] *** eithel has quit IRC
[17:08:59] *** eithel has joined #netbeans
[17:26:44] <cslcm> Kinda like this :P http://41.media.tumblr.com/56a6a151fac5d7fe572a3bcf928dc6c4/tumblr_n3faup9xnu1rw6hnto1_500.png
[17:27:20] *** tete_ has quit IRC
[17:41:18] *** mr_lou has quit IRC
[17:47:23] *** cvanball has quit IRC
[17:47:49] *** azizur has quit IRC
[17:59:53] *** nabdev has quit IRC
[18:05:09] *** azizur has joined #netbeans
[18:06:23] *** bbankes has quit IRC
[18:18:50] *** Match has joined #netbeans
[18:20:26] *** wadechandler has joined #netbeans
[18:32:03] *** mr_lou has joined #netbeans
[18:33:02] *** bbankes has joined #netbeans
[18:41:26] *** Ad1_RnR has quit IRC
[18:42:55] *** eithel has quit IRC
[18:50:52] *** magentar has joined #netbeans
[18:55:08] *** Ad1_RnR has joined #netbeans
[19:01:33] *** Ad1 has joined #netbeans
[19:04:35] *** Maxel has quit IRC
[19:04:49] *** drumr has quit IRC
[19:05:04] *** Maxel has joined #netbeans
[19:05:12] *** drumr has joined #netbeans
[19:05:22] *** Match has quit IRC
[19:07:45] *** freelock has quit IRC
[19:08:47] *** LewsTherin has quit IRC
[19:08:47] *** lostincake has quit IRC
[19:08:57] *** freelock has joined #netbeans
[19:10:31] *** saint-ron has joined #netbeans
[19:12:57] *** cvanball has joined #netbeans
[19:13:13] *** LewsTherin has joined #netbeans
[19:13:13] *** LewsTherin has joined #netbeans
[19:13:48] *** lostincake has joined #netbeans
[19:34:47] *** Flusher has quit IRC
[19:34:47] *** Flusher has joined #netbeans
[19:41:32] *** Ad1_RnR has quit IRC
[19:50:01] *** magentar has quit IRC
[19:54:15] *** Ad1_RnR has joined #netbeans
[20:02:00] *** saint-ron has quit IRC
[20:07:51] *** Maxels has joined #netbeans
[20:10:49] *** Maxel has quit IRC
[20:21:11] *** Smx has quit IRC
[20:23:06] *** Smx has joined #netbeans
[20:25:00] *** mr_lou has quit IRC
[20:32:40] *** azizur has quit IRC
[20:53:36] *** phylock has joined #netbeans
[20:53:41] *** cvanball has quit IRC
[21:23:28] *** magentar has joined #netbeans
[21:48:54] *** teepee_ has joined #netbeans
[21:50:09] *** teepee has quit IRC
[21:50:10] *** teepee_ is now known as teepee
[21:53:34] *** phylock has quit IRC
[22:26:34] *** ianbrandt has joined #netbeans
[22:31:19] *** magentar has quit IRC
[23:37:07] *** tlkr has joined #netbeans
[23:45:42] *** arctowski has joined #netbeans
top

   January 30, 2015  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >