Q qsrtech Active Member Licensed User Longtime User Feb 21, 2013 #1 Hi, It would be nice to allow us to be able to add comments to lines of code during debugging. I imagine it would be at the end of the line of code so it wouldn't interfere with the debugger. Thanks! John
Hi, It would be nice to allow us to be able to add comments to lines of code during debugging. I imagine it would be at the end of the line of code so it wouldn't interfere with the debugger. Thanks! John
M Morph Member Licensed User Longtime User Mar 1, 2013 #2 I think what you want is already there. For Example: B4X: Sub SomeCoolSub For i = 0 To 10 Step -1 ToastMessageShow("StuffStuff", false) 'Here is your comment! Next End Sub But I think a new Tab on the right side would be cool for a To-Do-List like thing.
I think what you want is already there. For Example: B4X: Sub SomeCoolSub For i = 0 To 10 Step -1 ToastMessageShow("StuffStuff", false) 'Here is your comment! Next End Sub But I think a new Tab on the right side would be cool for a To-Do-List like thing.