Click here to Skip to main content
15,895,880 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Refactoring "Article" Pin
Pete O'Hanlon4-Mar-15 10:48
mvePete O'Hanlon4-Mar-15 10:48 
GeneralRe: Refactoring "Article" Pin
Rob Grainger4-Mar-15 23:21
Rob Grainger4-Mar-15 23:21 
NewsCompanies really want Linux-savvy employees and they want them now Pin
Kent Sharkey4-Mar-15 7:56
staffKent Sharkey4-Mar-15 7:56 
GeneralRe: Companies really want Linux-savvy employees and they want them now Pin
PIEBALDconsult4-Mar-15 8:24
mvePIEBALDconsult4-Mar-15 8:24 
GeneralRe: Companies really want Linux-savvy employees and they want them now Pin
newton.saber4-Mar-15 11:02
newton.saber4-Mar-15 11:02 
NewsMake debugging faster with Visual Studio Pin
Kent Sharkey4-Mar-15 7:54
staffKent Sharkey4-Mar-15 7:54 
GeneralRe: Make debugging faster with Visual Studio Pin
PIEBALDconsult4-Mar-15 8:01
mvePIEBALDconsult4-Mar-15 8:01 
GeneralRe: Make debugging faster with Visual Studio Pin
Dan Neely5-Mar-15 3:10
Dan Neely5-Mar-15 3:10 
Nothing about conditional breakpoint performance. Sigh | :sigh:

The last time I had to debug something in a hot loop I found that inserting a few lines of code like:

C#
int foo;
if (/* condition I want to break on */)
  foo = 1; //ordinary breakpoint here.


Was more than an order of magnitude faster than setting a conditional breakpoint.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

NewsTelescope tech lets us look directly at new worlds Pin
Kent Sharkey3-Mar-15 11:48
staffKent Sharkey3-Mar-15 11:48 
NewsFCC a 'referee,' not a regulator, of the Internet, Wheeler says Pin
Kent Sharkey3-Mar-15 11:45
staffKent Sharkey3-Mar-15 11:45 
News“FREAK” security flaw discovered lurking in many computers for decades Pin
Kent Sharkey3-Mar-15 10:12
staffKent Sharkey3-Mar-15 10:12 
GeneralRe: “FREAK” security flaw discovered lurking in many computers for decades Pin
Brisingr Aerowing4-Mar-15 1:14
professionalBrisingr Aerowing4-Mar-15 1:14 
GeneralRe: “FREAK” security flaw discovered lurking in many computers for decades Pin
Bassam Abdul-Baki4-Mar-15 3:18
professionalBassam Abdul-Baki4-Mar-15 3:18 
GeneralRe: “FREAK” security flaw discovered lurking in many computers for decades Pin
den2k884-Mar-15 3:34
professionalden2k884-Mar-15 3:34 
News​BitTorrent Sync 2.0: For all your business file-sharing needs Pin
Kent Sharkey3-Mar-15 9:52
staffKent Sharkey3-Mar-15 9:52 
GeneralRe: ​BitTorrent Sync 2.0: For all your business file-sharing needs Pin
harold aptroot3-Mar-15 10:06
harold aptroot3-Mar-15 10:06 
GeneralRe: ​BitTorrent Sync 2.0: For all your business file-sharing needs Pin
Kent Sharkey3-Mar-15 10:07
staffKent Sharkey3-Mar-15 10:07 
GeneralRe: ​BitTorrent Sync 2.0: For all your business file-sharing needs Pin
JMK-NI3-Mar-15 12:56
professionalJMK-NI3-Mar-15 12:56 
NewsStudy finds that refactoring doesn’t improve code quality Pin
Kent Sharkey3-Mar-15 9:44
staffKent Sharkey3-Mar-15 9:44 
GeneralRe: Study finds that refactoring doesn’t improve code quality PinPopular
Wonde Tadesse3-Mar-15 10:16
professionalWonde Tadesse3-Mar-15 10:16 
GeneralRe: Study finds that refactoring doesn’t improve code quality PinPopular
Paul M Watt3-Mar-15 10:18
mentorPaul M Watt3-Mar-15 10:18 
GeneralRe: Study finds that refactoring doesn’t improve code quality PinPopular
Kent Sharkey3-Mar-15 10:25
staffKent Sharkey3-Mar-15 10:25 
GeneralRe: Study finds that refactoring doesn’t improve code quality PinPopular
PIEBALDconsult3-Mar-15 10:33
mvePIEBALDconsult3-Mar-15 10:33 
AnswerRe: Study finds that refactoring doesn’t improve code quality Pin
Super Lloyd3-Mar-15 19:50
Super Lloyd3-Mar-15 19:50 
GeneralRe: Study finds that refactoring doesn’t improve code quality Pin
Gary Wheeler4-Mar-15 0:31
Gary Wheeler4-Mar-15 0:31 

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.